getStyleSourceProperty abstract method
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,
);