Bagikan melalui


MapsGeofenceExitedEventData Class

Definition

Schema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceExited event.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MapsGeofenceExitedEventData+MapsGeofenceExitedEventDataConverter))]
public class MapsGeofenceExitedEventData : Azure.Messaging.EventGrid.SystemEvents.MapsGeofenceEventProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.MapsGeofenceExitedEventData+MapsGeofenceExitedEventDataConverter))>]
type MapsGeofenceExitedEventData = class
    inherit MapsGeofenceEventProperties
Public Class MapsGeofenceExitedEventData
Inherits MapsGeofenceEventProperties
Inheritance
MapsGeofenceExitedEventData
Attributes

Properties

ExpiredGeofenceGeometryId

Lists of the geometry ID of the geofence which is expired relative to the user time in the request.

(Inherited from MapsGeofenceEventProperties)
Geometries

Lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.

(Inherited from MapsGeofenceEventProperties)
InvalidPeriodGeofenceGeometryId

Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request.

(Inherited from MapsGeofenceEventProperties)
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.

(Inherited from MapsGeofenceEventProperties)

Applies to