deselectMapFeature abstract method
Deselects a map feature by its feature ID.
featureId The feature ID from the mapFeaturePickResult PickListener.
Returns true if the operation is successful, false otherwise.
Example:
// Deselect specific map feature
bool deselected = _locationWindow!.deselectMapFeature(featureId);
print("Deselected map feature $featureId: $deselected");
Implementation
bool deselectMapFeature(String featureId);