@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Accuracy extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
Accuracy() |
| Modifier and Type | Method and Description |
|---|---|
Accuracy |
clone() |
boolean |
equals(Object obj) |
Float |
getHorizontalAccuracy()
The horizontal accuracy of the estimated position in meters.
|
Float |
getVerticalAccuracy()
The vertical accuracy of the estimated position in meters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position in meters.
|
void |
setVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position in meters.
|
String |
toString()
Returns a string representation of this object.
|
Accuracy |
withHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position in meters.
|
Accuracy |
withVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position in meters.
|
public void setHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position in meters.
horizontalAccuracy - The horizontal accuracy of the estimated position in meters.public Float getHorizontalAccuracy()
The horizontal accuracy of the estimated position in meters.
public Accuracy withHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position in meters.
horizontalAccuracy - The horizontal accuracy of the estimated position in meters.public void setVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position in meters.
verticalAccuracy - The vertical accuracy of the estimated position in meters.public Float getVerticalAccuracy()
The vertical accuracy of the estimated position in meters.
public Accuracy withVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position in meters.
verticalAccuracy - The vertical accuracy of the estimated position in meters.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.