removeIconMapObject abstract method
@brief Removes an icon map object from the location view. @param iconMapObject The icon map object instance @see IconMapObject "IconMapObject". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removeIconMapObject
Implementation
bool removeIconMapObject(IconMapObject iconMapObject);