Class: Aws::LocationService::Types::PositionalAccuracy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

Defines the level of certainty of the position.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#horizontalFloat

Estimated maximum distance, in meters, between the measured position and the true position of a device, along the Earth's surface.

Returns:

  • (Float)


5013
5014
5015
5016
5017
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5013

class PositionalAccuracy < Struct.new(
  :horizontal)
  SENSITIVE = []
  include Aws::Structure
end