setPlacementMinRatio abstract method

bool setPlacementMinRatio(
  1. double ratio
)

@brief Method is used to specify the minimum ratio of the polyline length for point placement. @param ratio The minimum ratio of the polyline length (typically between 0 and 1). Default: 1.0. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_DottedPolylineMapObject_setPlacementMinRatio

Implementation

bool setPlacementMinRatio(double ratio);