removePolygonMapObject abstract method
@brief Removes a polygon map object from the location view. @param polygonMapObject The polygon map object instance @see PolygonMapObject "PolygonMapObject". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removePolygonMapObject
Implementation
bool removePolygonMapObject(PolygonMapObject polygonMapObject);