setStyleLayerProperties method
Sets all properties of a layer from a JSON object string.
Implementation
Future<void> setStyleLayerProperties(String layerId, String properties) =>
_impl.setStyleLayerProperties(layerId, properties);
Sets all properties of a layer from a JSON object string.
Future<void> setStyleLayerProperties(String layerId, String properties) =>
_impl.setStyleLayerProperties(layerId, properties);