shieldMinLength
spacings(
( shieldMinLength
'shieldMinLengthValue x_shieldMinLengthValue
)
) ;spacings
Specifies whether to shield the route segment if the length of the segment is greater than or equal to the specified length.
Parameters
Example
The route segments that have length greater than or equal to 1.1 are shielded.
spacings( ( shieldMinLength 'shieldMinLengthValue 1.1
)
) ;spacings
Return to top