FixType
public enum FixType : Equatable
GPS fix type.
-
No GPS connected.
Declaration
Swift
case noGps
-
No position information, GPS is connected.
Declaration
Swift
case noFix
-
2D position.
Declaration
Swift
case fix2D
-
3D position.
Declaration
Swift
case fix3D
-
DGPS/SBAS aided 3D position.
Declaration
Swift
case fixDgps
-
RTK float, 3D position.
Declaration
Swift
case rtkFloat
-
RTK Fixed, 3D position.
Declaration
Swift
case rtkFixed
-
Undocumented
Declaration
Swift
case UNRECOGNIZED(Int)