getFeatureStateForFeaturesetFeature method
- FeaturesetFeature feature
Get the state map of a feature within a style source.
Implementation
Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
FeaturesetFeature feature) =>
_mapInterface.getFeatureStateForFeaturesetFeature(feature);