getFeatureStateForFeaturesetDescriptor method
- @experimental
- FeaturesetDescriptor featureset,
- FeaturesetFeatureId featureId
Get the state map of a feature within a style source.
Implementation
@experimental
Future<Map<String, Object?>> getFeatureStateForFeaturesetDescriptor(
FeaturesetDescriptor featureset, FeaturesetFeatureId featureId) =>
_mapInterface.getFeatureStateForFeaturesetDescriptor(
featureset, featureId);