Location Record
A specific location record. Contains the information obtained from a user's device at a specific moment in time and at a given location.
Constructors
Properties
Information about the access points found in a Wi-Fi scan done by the device and associated with this location record.
Detected activity information at this location, as a list of activity records at slightly different timestamps but all associated with this location record.
Whether the device was charging its battery or not at the time of the record.
Common values found are: PRIMARY
, UNKNOWN
.
WGS84 Latitude coordinate of the location. Degrees multiplied by 10^7 and rounded to the nearest integer, in the range -900000000 to +900000000 (divide value by 10^7 for the usual range -90° to +90°).
Additional location metadata. List of different Wi-Fi scans associated with this location record.
WGS84 Longitude coordinate of the location. Degrees multiplied by 10^7 and rounded to the nearest integer, in the range -1800000000 to +1800000000 (divide value by 10^7 for the usual range -180° to +180°).
Platform of the device that provided this record. Valid values are: ANDROID
, IOS
and UNKNOWN
.
Source (technology) that provided the location information for this record. Common values are: WIFI
, CELL
, GPS
, UNKNOWN
(note: sometimes found in lowercase).
Calculated accuracy of the location's altitude measurement, in meters. A lower value means better precision.