MapsGeofenceResultEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceResult 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 MapsGeofenceEventProperties.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 MapsGeofenceEventProperties.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 MapsGeofenceEventProperties.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 MapsGeofenceEventProperties.isEventPublished
Azure SDK for JavaScript