Click or drag to resize

RouteFlagDIVIDER Property

Verizon Connect Logo
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; }

Property Value

Type: Char
Remarks
Descriptions given below are for right-side driving countries. For left-side driving countries, simply reverse left and right.
char valuerepresents
LLine/polyline only. Turns are allowed at either end, but U-turns are not allowed along the line/polyline.
ALine/polyline and the intersections at both ends. Left turns and U-turns are not allowed along the line/polyline.
1Line/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.
2Line/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.
NNo divider. No restriction on turns.
See Also