setFeatureState abstract 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,
);
Updates entries in the state map of a feature within a style source.
Future<void> setFeatureState(
String sourceId,
String? sourceLayerId,
String featureId,
String state,
);