RouteFlagDIVIDER Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a char value that represents the effect of the divider (if present) on turning.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public char DIVIDER { get; }
Public ReadOnly Property DIVIDER As Char
Get
Property Value
Type:
CharRemarks
Descriptions given below are for right-side driving countries. For left-side driving
countries, simply reverse left and right.
char value | represents |
---|
L | Line/polyline only. Turns are allowed at either end, but U-turns are not allowed along the line/polyline. |
A | Line/polyline and the intersections at both ends. Left turns and U-turns are not allowed along the line/polyline. |
1 | Line/polyline and the reference intersection. Left turns and U-turns are not allowed at the reference intersection. U-turns are not allowed along the length of the divider. |
2 | Line/polyline and the non-reference intersection. Left turns and U-turns are not allowed at the non-reference intersection. U-turns are not allowed along the length of the divider. |
N | No divider. No restriction on turns. |
See Also