StreetSideMatchModeType
When a DisplayPosition
is specified in a street location, the street side match type specifies whether, and to what extent, the route calculation must take the side of the street into account. The argument is not required, in case of absence it assumes the value matchOnlyIfDivided
.
Enum [ matchAlways | matchOnlyIfDivided
]
Enumeration | Description |
---|---|
matchAlways | The route calculation will match the street side of the DisplayPosition unless the route is illegal or otherwise impossible, for example, due to blockages. |
matchOnlyIfDivided | This is the default street side matching mode. Route calculation will attempt to match the specified side of the street, but only in the case of physical or legal dividers between street traffic directions. |
matchOnlyIfDivided