Specifies the type of GPS fix.
| C# | Visual Basic |
public enum FixType
Public Enumeration FixType
| Member | Description |
|---|---|
| Unknown |
Type of fix is unknown.
|
| Fix2D |
Fix is two-dimensional and only provides latitude and longitude.
This occurs when only three GPS satellites are used.
|
| Fix3D |
Fix is three-dimensional and provides latitude, longitude, and elevation.
This occurs when four or more GPS satellites are used.
|