SimulatedGpsSetLocation Method (LatLon) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the GPS location and clears the path.
The existing heading is preserved.
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
)
Public Sub SetLocation (
location As LatLon
)
Parameters
- location
- Type: Telogis.GeoBaseLatLon
The location of the SimulatedGps.
See Also