setStyleLayerProperties abstract 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);