Enum GpxFixKind
Specifies what kind of GPS fix a particular waypoint had.
Namespace: NetTopologySuite.IO
Assembly: NetTopologySuite.IO.GPX.dll
Syntax
public enum GpxFixKind
Fields
| Name | Description |
|---|---|
| DGPS | Differential GPS (DGPS) fix. |
| None | No fix. |
| PPS | Precise Positioning Service (PPS) fix. |
| ThreeDimensional | 3D fix. |
| TwoDimensional | 2D fix. |