# LocationCoordinates

Simple object holding the data for a location update.

Availability
0.8
0.8
9.2.0
Extends
Object

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# accuracy

Availability
0.8
0.8
9.2.0
accuracy :Number

Accuracy of the location update, in meters.


# altitude

Availability
0.8
0.8
9.2.0
altitude :Number

Altitude of the location update, in meters.


# altitudeAccuracy

Availability
0.8
0.8
9.2.0
altitudeAccuracy :Number

Vertical accuracy of the location update, in meters.


# floor

Availability
3.6.0
9.2.0

The floor of the building on which the user is located.


# heading

Availability
0.8
0.8
9.2.0
heading :Number

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

Availability
0.8
0.8
9.2.0
latitude :Number

Latitude of the location update, in decimal degrees.


# longitude

Availability
0.8
0.8
9.2.0
longitude :Number

Longitude of the location update, in decimal degrees.


# speed

Availability
0.8
0.8
9.2.0
speed :Number

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 accuracy property to ACCURACY_BEST_FOR_NAVIGATION in order to properly measure speed changes and prevent the app from returning negative values.


# timestamp

Availability
0.8
0.8
9.2.0
timestamp :Number

Timestamp for this location update, in milliseconds.