Click or drag to resize

RouteGetQuickDirections Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculate the route and return a Directions object, without generating natural language directions or checking for route legality.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Directions GetQuickDirections()

Return Value

Type: Directions
Directions without natural language directions. An aborted call returns null.

Implements

IRouteGetQuickDirections
Remarks

The Directions object returned by GetQuickDirections() may be used to draw the Route on a Map.

An alternative to GetQuickDirections is the GetDirections method. The GetDirections method will return a full Directions object, including natural language directions and checks for illegal maneuvers.

See Also