setPlacementSpacing abstract method
Method is used to specify the spacing between points for spaced placement.
spacing The spacing distance in pixels. Default: 80.
Returns true if the operation is successful, false otherwise.
Example:
// Set placement spacing
bool spacingSuccess = _dottedPolylineMapObject!.setPlacementSpacing(10.0);
print("Set dotted polyline placement spacing to 10.0: $spacingSuccess");
Implementation
bool setPlacementSpacing(double spacing);