Uses of Class
com.microsoft.azure.eventgrid.models.MapsGeofenceEventProperties
-
Packages that use MapsGeofenceEventProperties Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MapsGeofenceEventProperties in com.microsoft.azure.eventgrid.models
Subclasses of MapsGeofenceEventProperties in com.microsoft.azure.eventgrid.models Modifier and Type Class Description classMapsGeofenceEnteredEventDataSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceEntered event.classMapsGeofenceExitedEventDataSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceExited event.classMapsGeofenceResultEventDataSchema of the Data property of an EventGridEvent for a Microsoft.Maps.GeofenceResult event.Methods in com.microsoft.azure.eventgrid.models that return MapsGeofenceEventProperties Modifier and Type Method Description MapsGeofenceEventPropertiesMapsGeofenceEventProperties. withExpiredGeofenceGeometryId(List<String> expiredGeofenceGeometryId)Set lists of the geometry ID of the geofence which is expired relative to the user time in the request.MapsGeofenceEventPropertiesMapsGeofenceEventProperties. withGeometries(List<MapsGeofenceGeometry> geometries)Set lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.MapsGeofenceEventPropertiesMapsGeofenceEventProperties. withInvalidPeriodGeofenceGeometryId(List<String> invalidPeriodGeofenceGeometryId)Set lists of the geometry ID of the geofence which is in invalid period relative to the user time in the request.MapsGeofenceEventPropertiesMapsGeofenceEventProperties. withIsEventPublished(Boolean isEventPublished)Set 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.
-