Class: Aws::GeoPlaces::Types::AccessPoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

Position of the access point represented by longitude and latitude for a vehicle.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#positionArray<Float>

The position, in longitude and latitude.

Returns:

  • (Array<Float>)


35
36
37
38
39
# File 'lib/aws-sdk-geoplaces/types.rb', line 35

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