Click or drag to resize

GpsAutomatonAdvance Method

Verizon Connect Logo
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
)

Parameters

seconds
Type: SystemDouble
Number of seconds

Return Value

Type: Boolean
True 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