| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static Accuracy.Builder |
Accuracy.builder() |
Accuracy.Builder |
Accuracy.Builder.horizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position, which is the difference between the estimated location and
the actual device location.
|
Accuracy.Builder |
Accuracy.toBuilder() |
Accuracy.Builder |
Accuracy.Builder.verticalAccuracy(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 |
|---|---|
static Class<? extends Accuracy.Builder> |
Accuracy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetPositionResponse.Builder |
GetPositionResponse.Builder.accuracy(Consumer<Accuracy.Builder> accuracy)
The accuracy of the estimated position in meters.
|
Copyright © 2022. All rights reserved.