Simple object holding the data for a location update.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Accuracy of the location update, in meters.
Accuracy of the location update, in meters.
Altitude of the location update, in meters.
Altitude of the location update, in meters.
Vertical accuracy of the location update, in meters.
Vertical accuracy of the location update, in meters.
The floor of the building on which the user is located. Available in iOS 8.0 and later.
Requires: iOS 8.0 and later
Compass heading, in degrees. May be unknown if device is not moving. On iOS, a negative value indicates that the heading data is not valid.
Latitude of the location update, in decimal degrees.
Latitude of the location update, in decimal degrees.
Longitude of the location update, in decimal degrees.
Longitude of the location update, in decimal degrees.
Current speed in meters/second. On iOS, a negative value indicates that the heading data is not valid or the accuracy is configured incorrectly. Note: Due to the Apple Geolocation API, set the Titanium.Geolocation.accuracy property to Titanium.Geolocation.ACCURACY_BEST_FOR_NAVIGATION in order to properly measure speed changes and prevent the app from returning negative values.
Timestamp for this location update, in milliseconds.
Timestamp for this location update, in milliseconds.