setOutlineMiterLimit abstract method
@brief Method is used to specify the miter limit for the polyline’s outline miter joins. @param miterLimit The miter limit value for outline miter joins. Default: 3. @return true if the operation is successful, false otherwise.
Dart code snippet: @snippet location_window_map_objects_example.dart dart_PolylineMapObject_setOutlineMiterLimit
Implementation
bool setOutlineMiterLimit(double miterLimit);