Click or drag to resize

GpsFixType Enumeration

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes the type of the GPS fix: None, 2D or 3D.

A 2D fix (FixType2d) is sufficient to provide location information. A 3D fix (FixType3d) is typically required for routing operations and directions generation. This is because routing operations and directions generation require a level of precision that only a 3D fix can provide.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public enum GpsFixType
Members
  Member nameValueDescription
FixNone0 No fix - we have no positional information.
FixType2d1 2D fix - position, but no height information. Sufficient for location information.
FixType3d2 3D fix - position and height information. Typically required for routing operations.
See Also