Skip to content

[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 a Backup 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
}