-
Notifications
You must be signed in to change notification settings - Fork 52
[v4] system.geofences
Rich Infante edited this page Apr 19, 2018
·
2 revisions
This report gets information about geofences used by iOS
- Name:
system.geofences
- Parameters
-
backup
can be a string representing the ID, or aBackup
instance.
-
- Output: Array of objects, formatted like below.
{
date: String, // String representing the date
latitude: Number, // Latitude of the fence origin
longitude: Number, // Longitude of fence origin
distance: Number // Distance from the fence's origin
}