@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, which is the difference between the estimated location and the
actual device location.
|
Float |
getVerticalAccuracy()
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHorizontalAccuracy(Float horizontalAccuracy)
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the
actual device location.
|
void |
setVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
String |
toString()
Returns a string representation of this object.
|
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 |
withVerticalAccuracy(Float verticalAccuracy)
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and
actual device latitude in meters.
|
public void setHorizontalAccuracy(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.public Float getHorizontalAccuracy()
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
public Accuracy withHorizontalAccuracy(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.public void setVerticalAccuracy(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.public Float getVerticalAccuracy()
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
public 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.
verticalAccuracy
- The vertical accuracy of the estimated position, which is the difference between the estimated altitude
and actual device latitude in meters.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.