Click or drag to resize

Navigator Constructor (IGps)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Create a new Navigator with the specified GPS unit. The Navigator will print strings in US English.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute]
public Navigator(
	IGps gps
)

Parameters

gps
Type: Telogis.GeoBase.NavigationIGps
The IGps that will be used.
Remarks
This constuctor remains for back-compatibility with code written against GeoBase 3.0.5 or earlier. Code written against GeoBase 3.0.7 or later should use the other Navigator constructors, which have improved support for internationalization. This constructor will be deprecated in the next major GeoBase release.

Related articles: Implementing an IGps Member.

See Also