getStyleLayerProperty abstract method
Returns the live value of a single layer property.
Implementation
Future<StylePropertyValue> getStyleLayerProperty(
String layerId,
String property,
);
Returns the live value of a single layer property.
Future<StylePropertyValue> getStyleLayerProperty(
String layerId,
String property,
);