Show / Hide Table of Contents

Enum SideOfRoad

The side of road information (SOR) describes the relationship between the point of interest and a referenced line.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum SideOfRoad

Both

3 - Point is on both sides of the road.

Left

2 - Point is on the left side of the road.

OnOrAbove

0 - Point is directly on (or above) the road, or determination of right/left side is not applicable (default).

Right

1 - Point is on right side of the road.

Back to top Built by Itinero, MIT licensed.