MapsGeofenceExitedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceExited event.
- Extends
Inherited Properties
expired |
Lists of the geometry ID of the geofence which is expired relative to the user time in the request. |
geometries | Lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence. |
invalid |
Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request. |
is |
True if at least one event is published to the Azure Maps event subscriber, false if no event is published to the Azure Maps event subscriber. |
Inherited Property Details
expiredGeofenceGeometryId
Lists of the geometry ID of the geofence which is expired relative to the user time in the request.
expiredGeofenceGeometryId: string[]
Property Value
string[]
Inherited From MapsGeofenceEvent.expiredGeofenceGeometryId
geometries
Lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.
geometries: MapsGeofenceGeometry[]
Property Value
Inherited From MapsGeofenceEvent.geometries
invalidPeriodGeofenceGeometryId
Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request.
invalidPeriodGeofenceGeometryId: string[]
Property Value
string[]
Inherited From MapsGeofenceEvent.invalidPeriodGeofenceGeometryId
isEventPublished
True if at least one event is published to the Azure Maps event subscriber, false if no event is published to the Azure Maps event subscriber.
isEventPublished: boolean
Property Value
boolean
Inherited From MapsGeofenceEvent.isEventPublished