RouteFlagMANOEUVRE Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Gets whether this link represents a single driving maneuver (for example, "turn right").
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute("RouteFlag.MANOEUVRE is Obsolete. Please use RouteFlag.MANEUVER instead.")]
public bool MANOEUVRE { get; }
<ObsoleteAttribute("RouteFlag.MANOEUVRE is Obsolete. Please use RouteFlag.MANEUVER instead.")>
Public ReadOnly Property MANOEUVRE As Boolean
Get
Property Value
Type:
BooleanRemarks
If this flag is false, the link may not be navigable in a single maneuver.
See Also