setRadius abstract method

bool setRadius(
  1. double radius
)

@brief Method is used to specify the size of the circle. @param radius Radius of the circle in meters. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setRadius

Implementation

bool setRadius(double radius);