setMiterLimit abstract method
@brief Method is used to specify the miter limit for miter joins. @param miterLimit The miter limit value for 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_setMiterLimit
Implementation
bool setMiterLimit(double miterLimit);