Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.41 KB

Geofence.md

File metadata and controls

22 lines (18 loc) · 1.41 KB

Geofence

Properties

Name Type Description Notes
outline list[object] Array of {lat:x,lng:y} objects representing the vertices of the polygon. Do not use with center and radius. [optional]
center GeoPoint For circular geofences, the center. Property is ignored if outline != null. [optional]
radius float For circular geofences, the radius of the circle in meters. Property is ignored if outline != null. [optional]
type str Grouping value [optional]
name str [optional]
was_inside bool If the last point received was inside the geofence. Only updated for notifications (not the safe-zone as that is evaluated on the device) [optional] [default to False]
last_checked datetime When the geofence was last evaluated. Only updated for notifications (not the safe-zone as that is evaluated on the device) [optional]
modified bool [optional] [default to False]
meta object [optional]
id float [optional]
device_id float [optional]
config_id float [optional]
user_id float [optional]

[Back to Model list] [Back to API list] [Back to README]