Improved Position Data
Definition of ImprovedPosition.
Properties
Sys timestamp in milliseconds since 1970 ( epoch )
Coordinates. (0,0) means unknown position.
Course accuracy in degrees. Typical accuracy for consumer GPS is 25 degrees.
Fix quality (whether this position is trustworthy).
Position accuracy in meters. Typical values for consumer GPS are 5-20 meters.
Provider type
Road address
Road modifiers as an integer of packed ERoadModifier flags
Road speed limit in m/s
Satellite time in milliseconds since 1970. Timestamps are expected to increase steadily in time.
Speed accuracy in m/s. Typical accuracy for consumer GPS is 2 m/s at steady speed.
Vertical accuracy in meters.
Functions
True if altitude is available, false if not.
True if course accuracy is available, false if not.
True if horizontal accuracy is available, false if not.
Check if improved position has a road localization
True if speed accuracy is available, false if not.
True if vertical accuracy is available, false if not.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object