Tracking (BETA)
In progress...
Tracking is a process of identifying the location of a mobile phone whether stationary or moving. Our solution includes collecting latitude and longitude coordinates from GPS satellites through the GPS chip present in smartphones with iOS or Android operating systems. Along with the geographical coordinates, we collect a number of other supporting data points.
Location Updates
Location Updates are the GPS Coordinates that are collected along with other data points that aid with the quality of the tracking. A location update is defined by Roam as a collection of the following data points.
Attributes | Example | Description |
---|---|---|
|
| Roam's tracking mode ( |
|
| Longitude, Latitude |
|
| Speed in kilometers per hour (only during |
|
| Height above the sea level in meters |
|
| Direction heading in relation to north |
|
| Horizontal accuracy of the coordinates |
|
| Vertical accuracy of the coordinates |
|
| Whether the location update was recorded when the user was |
|
| Wether the app was open or in the background while the location was recorded at. App States are |
|
| Timezone where the location was recorded |
|
| Wheter the phone was |
|
| Remaining battery in percentage of device |
|
| Is battery saver mode enabled on the device |
|
| Wheter internet connection is enabled or not |
|
| Wheter location permission is enabled or not |
|
| Unique indentified for the location update |
|
| Timestamp of the location update registered in the roam backend database at in UTC (Coordinated Universal Time) |
|
| Timestamp of the location update recorded by the device in UTC (Coordinated Universal Time) |
Location updates collected by the SDK can be consumed in three ways, at the device level directly from the SDK, or using our webhooks for real-time data and the lat gets the historical data of a user using our GET location APIs.
SDK Listener
Webhooks
APIs
Last updated