Skip to content

Geofence

About geofences

A geofence is a user-defined region in world coordinates. When a detection occurs within a geofence, or a track crosses the border of a geofence, a geofence event is created. Geofence events, along with zone events are a key part of creating custom business logic with Worlds.

id

The unique identifier of the geofence.

Type: ID!

name

The display name of the geofence.

Type: String!

bounds

An object that represents the bounds of the geofence.

Type: GeofenceBounds!

active

True if the geofence is active, otherwise false. Geofences that are not active will not produce events.

Type: Boolean!