GpsAutomatonAdvance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Advance down the route by a certain number of seconds.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public bool Advance(
double seconds
)
Public Function Advance (
seconds As Double
) As Boolean
Parameters
- seconds
- Type: SystemDouble
Number of seconds
Return Value
Type:
BooleanTrue if the route can be advanced along, false if not (if, for example, the
distance traveled in the time specified is longer than the remaining route length).
See Also