setOutlineRadius abstract method
@brief Method is used to specify the thickness of the circle’s outline. @param radius Thickness of the outline in pixels. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_CircleMapObject_setOutlineRadius
Implementation
bool setOutlineRadius(double radius);