selectMapFeature abstract method
@brief Selects 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_selectMapFeature
Implementation
bool selectMapFeature(String featureId);