removePolylineMapObject abstract method

bool removePolylineMapObject(
  1. PolylineMapObject polylineMapObject
)

@brief Removes a polyline map object from the location view. @param polylineMapObject The polyline map object instance @see PolylineMapObject "PolylineMapObject". @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removePolylineMapObject

Implementation

bool removePolylineMapObject(PolylineMapObject polylineMapObject);