Skip to content

GeofenceIntersection

About geofence intersections

A geofence intersection is a point-in-time representation of an interaction between a track and a geofence.

id

The unique identifier of the geofence intersection.

Type: ID!

geofence

The geofence indicated by the intersection.

Type: Geofence!

track

The track indicated by the intersection.

Type: Track!

startTime

The time at which the intersection started.

Type: DateTimeOffset!

endTime

The time at which the intersection ended.

Type: DateTimeOffset