setStyleSourceProperties method
Sets all properties of a source from a JSON object string.
Implementation
Future<void> setStyleSourceProperties(String sourceId, String properties) =>
_impl.setStyleSourceProperties(sourceId, properties);
Sets all properties of a source from a JSON object string.
Future<void> setStyleSourceProperties(String sourceId, String properties) =>
_impl.setStyleSourceProperties(sourceId, properties);