public static interface Accuracy.Builder extends SdkPojo, CopyableBuilder<Accuracy.Builder,Accuracy>
| Modifier and Type | Method and Description |
|---|---|
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 |
verticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccuracy.Builder horizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
horizontalAccuracy - The horizontal accuracy of the estimated position, which is the difference between the estimated
location and the actual device location.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.
verticalAccuracy - The vertical accuracy of the estimated position, which is the difference between the estimated
altitude and actual device latitude in meters.Copyright © 2022. All rights reserved.