| 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<ForecastGeofenceEventsResult> |
AmazonLocationAsyncClient.forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest request,
AsyncHandler<ForecastGeofenceEventsRequest,ForecastGeofenceEventsResult> asyncHandler) |
Future<ForecastGeofenceEventsResult> |
AmazonLocationAsync.forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest forecastGeofenceEventsRequest,
AsyncHandler<ForecastGeofenceEventsRequest,ForecastGeofenceEventsResult> asyncHandler)
Evaluates device positions against geofence geometries from a given geofence collection.
|
Future<ForecastGeofenceEventsResult> |
AbstractAmazonLocationAsync.forecastGeofenceEventsAsync(ForecastGeofenceEventsRequest request,
AsyncHandler<ForecastGeofenceEventsRequest,ForecastGeofenceEventsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.clone() |
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withCollectionName(String collectionName)
The name of the geofence collection.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withDeviceState(ForecastGeofenceEventsDeviceState deviceState)
The device's state, including current position and speed.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withDistanceUnit(DistanceUnit distanceUnit)
The distance unit used for the
NearestDistance property returned in a forecasted event. |
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withDistanceUnit(String distanceUnit)
The distance unit used for the
NearestDistance property returned in a forecasted event. |
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withMaxResults(Integer maxResults)
An optional limit for the number of resources returned in a single call.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withSpeedUnit(SpeedUnit speedUnit)
The speed unit for the device captured by the device state.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withSpeedUnit(String speedUnit)
The speed unit for the device captured by the device state.
|
ForecastGeofenceEventsRequest |
ForecastGeofenceEventsRequest.withTimeHorizonMinutes(Double timeHorizonMinutes)
Specifies the time horizon in minutes for the forecasted events.
|
Copyright © 2025. All rights reserved.