Class: Aws::LocationService::Types::PositionalAccuracy
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::PositionalAccuracy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Defines the level of certainty of the position.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#horizontal ⇒ Float
Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth’s surface.
Instance Attribute Details
#horizontal ⇒ Float
Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth’s surface.
5363 5364 5365 5366 5367 |
# File 'lib/aws-sdk-locationservice/types.rb', line 5363 class PositionalAccuracy < Struct.new( :horizontal) SENSITIVE = [] include Aws::Structure end |