removeDottedPolylineMapObject abstract method
@brief Removes a polyline points map object from the location view. @param dottedPolylineMapObject The polyline points map object instance @see DottedPolylineMapObject "DottedPolylineMapObject". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removeDottedPolylineMapObject
Implementation
bool removeDottedPolylineMapObject(DottedPolylineMapObject dottedPolylineMapObject);