SimulatedGpsSetLocation Method (LatLon, Double) | |
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
)
Public Sub SetLocation (
location As LatLon,
heading As Double
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The location of the SimulatedGps. - heading
- Type: SystemDouble
The heading of the SimulatedGps.
See Also