| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchEvaluateGeofencesResult> |
AmazonLocationAsyncClient.batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest request,
AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler) |
Future<BatchEvaluateGeofencesResult> |
AbstractAmazonLocationAsync.batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest request,
AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler) |
Future<BatchEvaluateGeofencesResult> |
AmazonLocationAsync.batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest,
AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.clone() |
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.withCollectionName(String collectionName)
The geofence collection used in evaluating the position of devices against its geofences.
|
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.withDevicePositionUpdates(Collection<DevicePositionUpdate> devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
BatchEvaluateGeofencesRequest |
BatchEvaluateGeofencesRequest.withDevicePositionUpdates(DevicePositionUpdate... devicePositionUpdates)
Contains device details for each device to be evaluated against the given geofence collection.
|
Copyright © 2023. All rights reserved.