WaypointRouteCalculatorDescribeNext Method | |
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()
Public Function DescribeNext As Boolean
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
ILazyRouteCalculatorDescribeNextSee Also