getFeatureStateForFeaturesetFeature method

  1. @experimental
Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
  1. FeaturesetFeature feature
)

Get the state map of a feature within a style source.

Implementation

@experimental
Future<Map<String, Object?>> getFeatureStateForFeaturesetFeature(
        FeaturesetFeature feature) =>
    _mapInterface.getFeatureStateForFeaturesetFeature(feature);