Click or drag to resize

NavigationManagerSetGps Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the GPS unit that this NavigationManager should use.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void SetGps(
	IGps gps
)

Parameters

gps
Type: Telogis.GeoBase.NavigationIGps
The desired GPS unit.
Remarks
If the NavigationManager has an existing GPS then its PowerDown method is called. PowerUp is then called on the new GPS.
See Also