addCircleMapObject abstract method
Creates and adds a circle map object to the location view. Returns A CircleMapObject instance CircleMapObject if successful, null otherwise.
Example:
// Add circle map object
_circleMapObject = _locationWindow!.addCircleMapObject();
print("Added circle map object");
Implementation
CircleMapObject addCircleMapObject();