setOutlineWidth abstract method
@brief Method is used to specify the width of the polyline’s outline. @param radius Width 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_PolylineMapObject_setOutlineWidth
Implementation
bool setOutlineWidth(double radius);