| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| Modifier and Type | Method and Description |
|---|---|
default BatchEvaluateGeofencesResponse |
LocationClient.batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
default BatchEvaluateGeofencesResponse |
LocationClient.batchEvaluateGeofences(Consumer<BatchEvaluateGeofencesRequest.Builder> batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchEvaluateGeofencesResponse> |
LocationAsyncClient.batchEvaluateGeofences(BatchEvaluateGeofencesRequest batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
default CompletableFuture<BatchEvaluateGeofencesResponse> |
LocationAsyncClient.batchEvaluateGeofences(Consumer<BatchEvaluateGeofencesRequest.Builder> batchEvaluateGeofencesRequest)
Evaluates device positions against the geofence geometries from a given geofence collection.
|
Copyright © 2023. All rights reserved.