Click or drag to resize

WaypointRouteCalculator Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The WaypointRouteCalculator type exposes the following members.

Methods
  NameDescription
Public methodCancelRouteCalculation
Cancels the route calculation.
Public methodDescribeNext
This method is called by the navigator to describe the next turn on the route.
Public methodDispose
Disposes of the WaypointRouteCalculator.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsRouteLegal
Called by the Navigator to check whether the current route is free from constraint violations and if not, apply a routing constraint so that the next route calculated will be different.
Public methodRecalculateRoute
Does the work of recalculating the route.
Public methodSetVisitedThreshold
Sets the threshold for deciding when a Waypoint has been visited. The default is 300 ft.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePosition
Update the GPS position.
Top
See Also