deselectMapFeature abstract method

bool deselectMapFeature(
  1. String featureId
)

@brief Deselects a map feature by its feature ID. @param featureId The feature ID from the mapFeaturePickResult @see PickListener "PickListener". @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_common_example.dart dart_LocationWindow_deselectMapFeature

Implementation

bool deselectMapFeature(String featureId);