# LocationCoordinates
Simple object holding the data for a location update.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# heading
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.
# speed
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.