Click or drag to resize

SimulatedGpsBeginNavigation Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Begins navigation along the given path.

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

Parameters

path
Type: System.Collections.GenericIEnumerableLatLon
The new path.

Implements

ISimulatedGpsBeginNavigation(IEnumerableLatLon)
Remarks
Only applies if the Mode is set to Automatic or FollowNavigation. Called by the Navigator class to instruct the SimulatedGps to follow a Route.
See Also