| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Accuracy |
Accuracy.clone() |
Accuracy |
GetPositionResult.getAccuracy()
Deprecated.
The accuracy of the estimated position in meters.
|
Accuracy |
Accuracy.withHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the
actual device location.
|
Accuracy |
Accuracy.withVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPositionResult.setAccuracy(Accuracy accuracy)
Deprecated.
The accuracy of the estimated position in meters.
|
GetPositionResult |
GetPositionResult.withAccuracy(Accuracy accuracy)
Deprecated.
The accuracy of the estimated position in meters.
|
Copyright © 2024. All rights reserved.