setFeatureState method
Updates entries in the state map of a feature within a style source.
Implementation
Future<void> setFeatureState(
String sourceId,
String? sourceLayerId,
String featureId,
String state,
) => _impl.setFeatureState(sourceId, sourceLayerId, featureId, state);