Returns the bearing at the time of this location in degrees.
Bearing is the horizontal direction of travel of this device and is unrelated to the device orientation.
The bearing is guaranteed to be in the range [0, 360).
If this location does not have a bearing, then this value will be null.
Returns the estimated bearing accuracy in degrees of this location at the 68th percentile confidence level. This means that there is 68% chance that the true bearing at the time of this location falls within bearing +/- this uncertainty.
If this location does not have a bearing accuracy, then this value will be null.
The location's horizontal accuracy in meters.
If this location does not have accuracy, then this value will be null.
The latitude in degrees.
The longitude in degrees.
Returns the speed at the time of this location, in meters per second.
If this location does not have a speed, then this value will be null.
Returns the estimated speed accuracy in meters per second of this location at the 68th percentile confidence level. This means that there is 68% chance that the true speed at the time of this location falls within speed +/- this uncertainty.
If this location does not have a speed accuracy, then this value will be null.
The timestamp in milliseconds since January 1, 1970, 00:00:00 UTC.
The most probable transport mode at the time of this location.
Returns the estimated altitude accuracy in meters of this location at the 68th percentile confidence level. This means that there is 68% chance that the true altitude of this location falls within altitude +/- this uncertainty.
If this location does not have a vertical accuracy, then this value will be null.
Returns the altitude of this location in meters above the WGS84 reference ellipsoid.
If this location does not have an altitude available, then this value will be
null.