| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
PositionalAccuracy |
PositionalAccuracy.clone() |
PositionalAccuracy |
ListDevicePositionsResponseEntry.getAccuracy()
The accuracy of the device position.
|
PositionalAccuracy |
DevicePosition.getAccuracy()
The accuracy of the device position.
|
PositionalAccuracy |
GetDevicePositionResult.getAccuracy()
The accuracy of the device position.
|
PositionalAccuracy |
DevicePositionUpdate.getAccuracy()
The accuracy of the device position.
|
PositionalAccuracy |
PositionalAccuracy.withHorizontal(Double horizontal)
Estimated maximum distance, in meters, between the measured position and the true position of a device, along the
Earth's surface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDevicePositionsResponseEntry.setAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
void |
DevicePosition.setAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
void |
GetDevicePositionResult.setAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
void |
DevicePositionUpdate.setAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
ListDevicePositionsResponseEntry |
ListDevicePositionsResponseEntry.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
DevicePosition |
DevicePosition.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
GetDevicePositionResult |
GetDevicePositionResult.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
DevicePositionUpdate |
DevicePositionUpdate.withAccuracy(PositionalAccuracy accuracy)
The accuracy of the device position.
|
Copyright © 2023. All rights reserved.