Class: Aws::GeoPlaces::Types::AccessPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoPlaces::Types::AccessPoint
- 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
-
#position ⇒ Array<Float>
The position, in longitude and latitude.
Instance Attribute Details
#position ⇒ Array<Float>
The position, in longitude and latitude.
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 |