Click or drag to resize

WaypointRouteCalculatorDescribeNext Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
This method is called by the navigator to describe the next turn on the route.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool DescribeNext()

Return Value

Type: Boolean
Returns true if there are more turns to be described. The Navigator will call this repeatedly for a certain period of time so that the upcoming movement will always be described.

Implements

ILazyRouteCalculatorDescribeNext
See Also