removeCircleMapObject abstract method

bool removeCircleMapObject(
  1. CircleMapObject circleMapObject
)

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

Dart code snippet: @snippet location_window_map_objects_example.dart dart_LocationWindow_removeCircleMapObject

Implementation

bool removeCircleMapObject(CircleMapObject circleMapObject);