Click or drag to resize

ISimulatedGpsBeginNavigation Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Called by Navigator to instruct a simulated GPS to drive along a given sequence of points. An instance of ISimulatedGps may choose to ignore this message.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void BeginNavigation(
	IEnumerable<LatLon> path
)

Parameters

path
Type: System.Collections.GenericIEnumerableLatLon
The path of points to drive along.
See Also