| 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 |
|---|---|
BatchEvaluateGeofencesResult |
AmazonLocation.batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
BatchEvaluateGeofencesResult |
AmazonLocationClient.batchEvaluateGeofences(BatchEvaluateGeofencesRequest request)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
BatchEvaluateGeofencesResult |
AbstractAmazonLocation.batchEvaluateGeofences(BatchEvaluateGeofencesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchEvaluateGeofencesResult> |
AmazonLocationAsyncClient.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.
|
Future<BatchEvaluateGeofencesResult> |
AbstractAmazonLocationAsync.batchEvaluateGeofencesAsync(BatchEvaluateGeofencesRequest request,
AsyncHandler<BatchEvaluateGeofencesRequest,BatchEvaluateGeofencesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesResult |
BatchEvaluateGeofencesResult.clone() |
BatchEvaluateGeofencesResult |
BatchEvaluateGeofencesResult.withErrors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
BatchEvaluateGeofencesResult |
BatchEvaluateGeofencesResult.withErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
Copyright © 2021. All rights reserved.