Uses of Class
com.azure.messaging.eventgrid.systemevents.MapsGeofenceEventProperties
Packages that use MapsGeofenceEventProperties
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MapsGeofenceEventProperties in com.azure.messaging.eventgrid.systemevents
Subclasses of MapsGeofenceEventProperties in com.azure.messaging.eventgrid.systemeventsModifier and TypeClassDescriptionfinal classSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceEntered event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceExited event.final classSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceResult event.Methods in com.azure.messaging.eventgrid.systemevents that return MapsGeofenceEventPropertiesModifier and TypeMethodDescriptionMapsGeofenceEventProperties.setExpiredGeofenceGeometryId(List<String> expiredGeofenceGeometryId) Set the expiredGeofenceGeometryId property: Lists of the geometry ID of the geofence which is expired relative to the user time in the request.MapsGeofenceEventProperties.setGeometries(List<MapsGeofenceGeometry> geometries) Set the geometries property: Lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.MapsGeofenceEventProperties.setInvalidPeriodGeofenceGeometryId(List<String> invalidPeriodGeofenceGeometryId) Set the invalidPeriodGeofenceGeometryId property: Lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request.MapsGeofenceEventProperties.setIsEventPublished(Boolean isEventPublished) Set the isEventPublished property: 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.