Uses of Class
com.microsoft.azure.eventgrid.models.MapsGeofenceGeometry
-
Packages that use MapsGeofenceGeometry Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MapsGeofenceGeometry in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return MapsGeofenceGeometry Modifier and Type Method Description MapsGeofenceGeometryMapsGeofenceGeometry. withDeviceId(String deviceId)Set iD of the device.MapsGeofenceGeometryMapsGeofenceGeometry. withDistance(Double distance)Set distance from the coordinate to the closest border of the geofence.MapsGeofenceGeometryMapsGeofenceGeometry. withGeometryId(String geometryId)Set the unique ID for the geofence geometry.MapsGeofenceGeometryMapsGeofenceGeometry. withNearestLat(Double nearestLat)Set latitude of the nearest point of the geometry.MapsGeofenceGeometryMapsGeofenceGeometry. withNearestLon(Double nearestLon)Set longitude of the nearest point of the geometry.MapsGeofenceGeometryMapsGeofenceGeometry. withUdId(String udId)Set the unique id returned from user upload service when uploading a geofence.Methods in com.microsoft.azure.eventgrid.models that return types with arguments of type MapsGeofenceGeometry Modifier and Type Method 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.Method parameters in com.microsoft.azure.eventgrid.models with type arguments of type MapsGeofenceGeometry Modifier and Type Method Description 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.
-