getStyleSourceProperty abstract method

Future<StylePropertyValue> getStyleSourceProperty(
  1. String sourceId,
  2. String property
)

Returns the live value of a single source property as a StylePropertyValue envelope (raw value + kind). Reflects volatile runtime state, unlike getStyleSourceProperties.

Implementation

Future<StylePropertyValue> getStyleSourceProperty(
  String sourceId,
  String property,
);