Click or drag to resize

SimulatedGpsSetPath Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the current path. The vehicle will move to the start of the path and begin following points. The new position will be reflected immediately.

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

Parameters

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