getFeatureState abstract method

Future<String> getFeatureState(
  1. String sourceId,
  2. String? sourceLayerId,
  3. String featureId
)

Returns the state map of a feature within a style source as a JSON string.

Implementation

Future<String> getFeatureState(
  String sourceId,
  String? sourceLayerId,
  String featureId,
);