Uses of Class
com.azure.messaging.eventgrid.systemevents.MapsGeofenceGeometry
Packages that use MapsGeofenceGeometry
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MapsGeofenceGeometry in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return MapsGeofenceGeometryModifier and TypeMethodDescriptionMapsGeofenceGeometry.setDeviceId(String deviceId) Set the deviceId property: ID of the device.MapsGeofenceGeometry.setDistance(Float distance) Set the distance property: Distance from the coordinate to the closest border of the geofence.MapsGeofenceGeometry.setGeometryId(String geometryId) Set the geometryId property: The unique ID for the geofence geometry.MapsGeofenceGeometry.setNearestLat(Float nearestLat) Set the nearestLat property: Latitude of the nearest point of the geometry.MapsGeofenceGeometry.setNearestLon(Float nearestLon) Set the nearestLon property: Longitude of the nearest point of the geometry.Set the udId property: The unique id returned from user upload service when uploading a geofence.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type MapsGeofenceGeometryModifier and TypeMethodDescriptionMapsGeofenceEventProperties.getGeometries()Get the geometries property: 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.azure.messaging.eventgrid.systemevents with type arguments of type MapsGeofenceGeometryModifier and TypeMethodDescriptionMapsGeofenceEnteredEventData.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.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.MapsGeofenceExitedEventData.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.MapsGeofenceResultEventData.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.