RouteGetQuickDirections Method | |
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()
Public Function GetQuickDirections As Directions
Return Value
Type:
DirectionsDirections without natural language directions. An aborted call returns null.
Implements
IRouteGetQuickDirectionsRemarks 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