FilterGeofenceIntersectionInput
About FilterGeofenceIntersectionInput
FilterGeofenceIntersectionInput allows for filtering a geofence intersection based on criteria described below.
Only one field should be provided per Filter object unless using an operator (and or not) as specified below
geofenceId
If provided, specifies filters that work against the unique id of a geofence.
Type: FilterIDInput
time
Specifies filters that work against the startTime associated with the geofence intersection.
Type: FilterDateTimeOffsetInput!
and
If provided, a geofence intersection must pass all filters in this list to match the current filter.
Type: [FilterGeofenceIntersectionInput!]
or
If provided, a geofence intersection must pass at least one of the filters in this list to match the current filter.
Type: [FilterGeofenceIntersectionInput!]
not
If provided, a geofence intersection may not match this filter to match the current filter.