setWidth abstract method
@brief Method is used to specify the width of the polyline. @param width Width of the polyline in pixels. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_PolylineMapObject_setWidth
Implementation
bool setWidth(double width);