| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withDeviceId(String deviceId)
Set iD of the device.
|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withDistance(Double distance)
Set distance from the coordinate to the closest border of the geofence.
|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withGeometryId(String geometryId)
Set the unique ID for the geofence geometry.
|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withNearestLat(Double nearestLat)
Set latitude of the nearest point of the geometry.
|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withNearestLon(Double nearestLon)
Set longitude of the nearest point of the geometry.
|
MapsGeofenceGeometry |
MapsGeofenceGeometry.withUdId(String udId)
Set the unique id returned from user upload service when uploading a geofence.
|
| Modifier and Type | Method and Description |
|---|---|
List<MapsGeofenceGeometry> |
MapsGeofenceEventProperties.geometries()
Get lists the fence geometries that either fully contain the coordinate position or have an overlap with the searchBuffer around the fence.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/