Click or drag to resize

SimulatedGpsSetLocation Method (LatLon, Double)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the GPS location and heading and clears the path. 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 SetLocation(
	LatLon location,
	double heading
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The location of the SimulatedGps.
heading
Type: SystemDouble
The heading of the SimulatedGps.
See Also