| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
TrackingFilterGeometry |
TrackingFilterGeometry.clone() |
TrackingFilterGeometry |
ListDevicePositionsRequest.getFilterGeometry()
The geometry used to filter device positions.
|
TrackingFilterGeometry |
TrackingFilterGeometry.withPolygon(Collection<List<List<Double>>> polygon)
The set of arrays which define the polygon.
|
TrackingFilterGeometry |
TrackingFilterGeometry.withPolygon(List<List<Double>>... polygon)
The set of arrays which define the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicePositionsRequest.setFilterGeometry(TrackingFilterGeometry filterGeometry)
The geometry used to filter device positions.
|
ListDevicePositionsRequest |
ListDevicePositionsRequest.withFilterGeometry(TrackingFilterGeometry filterGeometry)
The geometry used to filter device positions.
|
Copyright © 2025. All rights reserved.