setStyleLayerProperties method

Future<void> setStyleLayerProperties(
  1. String layerId,
  2. String properties
)

Sets all properties of a layer from a JSON object string.

Implementation

Future<void> setStyleLayerProperties(String layerId, String properties) =>
    _impl.setStyleLayerProperties(layerId, properties);