Share via


MapsGeofenceEventProperties Class

Definition

Schema of the Data property of an EventGridEvent for a Geofence event (GeofenceEntered, GeofenceExited, GeofenceResult).

public class MapsGeofenceEventProperties
public class MapsGeofenceEventProperties : System.ClientModel.Primitives.IJsonModel<Azure.Messaging.EventGrid.SystemEvents.MapsGeofenceEventProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.Messaging.EventGrid.SystemEvents.MapsGeofenceEventProperties>
type MapsGeofenceEventProperties = class
type MapsGeofenceEventProperties = class
    interface IJsonModel<MapsGeofenceEventProperties>
    interface IPersistableModel<MapsGeofenceEventProperties>
Public Class MapsGeofenceEventProperties
Public Class MapsGeofenceEventProperties
Implements IJsonModel(Of MapsGeofenceEventProperties), IPersistableModel(Of MapsGeofenceEventProperties)
Inheritance
MapsGeofenceEventProperties
Derived
Implements

Properties

ExpiredGeofenceGeometryId

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.

InvalidPeriodGeofenceGeometryId

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

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.

Applies to