getStyleSourceProperty method

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

Returns the live value of a single source property as a StylePropertyValue envelope.

Implementation

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