removeModelMapObject abstract method
@brief Removes a model map object from the location view. @param modelMapObject The model instance to remove @see ModelMapObject "ModelMapObject". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removeModelMapObject
Implementation
bool removeModelMapObject(ModelMapObject modelMapObject);