@Generated(value="software.amazon.awssdk:codegen") public final class Accuracy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Accuracy.Builder,Accuracy>
The accuracy of the estimated position in meters. An empty value indicates that no position data is available. A value of ‘0.0’ value indicates that position data is available. This data corresponds to the position information that you specified instead of the position computed by solver.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Accuracy.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Accuracy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
horizontalAccuracy()
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the
actual device location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Accuracy.Builder> |
serializableBuilderClass() |
Accuracy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Float |
verticalAccuracy()
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Float horizontalAccuracy()
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
public final Float verticalAccuracy()
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
public Accuracy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Accuracy.Builder,Accuracy>public static Accuracy.Builder builder()
public static Class<? extends Accuracy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.