| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapsGeofenceEnteredEventData
Schema of the Data property of an EventGridEvent for a
Microsoft.Maps.GeofenceEntered event.
|
class |
MapsGeofenceExitedEventData
Schema of the Data property of an EventGridEvent for a
Microsoft.Maps.GeofenceExited event.
|
class |
MapsGeofenceResultEventData
Schema of the Data property of an EventGridEvent for a
Microsoft.Maps.GeofenceResult event.
|
| Modifier and Type | Method and Description |
|---|---|
MapsGeofenceEventProperties |
MapsGeofenceEventProperties.withExpiredGeofenceGeometryId(List<String> expiredGeofenceGeometryId)
Set lists of the geometry ID of the geofence which is expired relative to the user time in the request.
|
MapsGeofenceEventProperties |
MapsGeofenceEventProperties.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.
|
MapsGeofenceEventProperties |
MapsGeofenceEventProperties.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.
|
MapsGeofenceEventProperties |
MapsGeofenceEventProperties.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/