Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 899 Bytes

Location.md

File metadata and controls

24 lines (23 loc) · 899 Bytes

Class: "location".Location

A data class that encapsulates common properties for a geolocation.

Instance Properties
  • latitude - Number.
    The latitude of the geolocation, in degrees.
  • longitude - Number.
    The longitude of the geolocation, in degrees.
  • altitude - Number.
    The altitude (if available), in meters above sea level.
  • horizontalAccuracy - Number.
    The horizontal accuracy, in meters.
  • verticalAccuracy - Number.
    The vertical accuracy, in meters.
  • speed - Number.
    The speed, in meters/second over ground.
  • direction - Number.
    The direction (course), in degrees.
  • timestamp - Date.
    The time at which this location was determined.
  • android - Location.
    The android-specific location object.
  • ios - CLLocation.
    The ios-specific location object.