setPlacementSpacing abstract method

bool setPlacementSpacing(
  1. double spacing
)

@brief Method is used to specify the spacing between points for spaced placement. @param spacing The spacing distance in pixels. Default: 80. @return true if the operation is successful, false otherwise.

Dart code snippet: @snippet location_window_map_objects_example.dart dart_DottedPolylineMapObject_setPlacementSpacing

Implementation

bool setPlacementSpacing(double spacing);