setPosition abstract method
@brief Method is used to specify the center of the circle. @param point Metrics coordinates of the center @see LocationPoint "LocationPoint". @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setPosition
Implementation
bool setPosition(LocationPoint point);