Class: Aws::Types::Accuracy
- Inherits:
-
Object
- Object
- Aws::Types::Accuracy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#horizontal_accuracy ⇒ ::Float
Returns the value of attribute horizontal_accuracy.
-
#vertical_accuracy ⇒ ::Float
Returns the value of attribute vertical_accuracy.
Instance Attribute Details
#horizontal_accuracy ⇒ ::Float
Returns the value of attribute horizontal_accuracy.
31 32 33 |
# File 'sig/types.rbs', line 31 def horizontal_accuracy @horizontal_accuracy end |
#vertical_accuracy ⇒ ::Float
Returns the value of attribute vertical_accuracy.
32 33 34 |
# File 'sig/types.rbs', line 32 def vertical_accuracy @vertical_accuracy end |