Class: Aws::GeoRoutes::Types::RouteVehiclePlace
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteVehiclePlace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Place details corresponding to the arrival or departure.
Constant Summary collapse
- SENSITIVE =
[:original_position, :position]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the place.
-
#original_position ⇒ Array<Float>
Position provided in the request.
-
#position ⇒ Array<Float>
Position defined as ‘[longitude, latitude]`.
-
#side_of_street ⇒ String
Options to configure matching the provided position to a side of the street.
-
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
Instance Attribute Details
#name ⇒ String
The name of the place.
5384 5385 5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5384 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#original_position ⇒ Array<Float>
Position provided in the request.
5384 5385 5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5384 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#position ⇒ Array<Float>
Position defined as ‘[longitude, latitude]`.
5384 5385 5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5384 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#side_of_street ⇒ String
Options to configure matching the provided position to a side of the street.
5384 5385 5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5384 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |
#waypoint_index ⇒ Integer
Index of the waypoint in the request.
5384 5385 5386 5387 5388 5389 5390 5391 5392 |
# File 'lib/aws-sdk-georoutes/types.rb', line 5384 class RouteVehiclePlace < Struct.new( :name, :original_position, :position, :side_of_street, :waypoint_index) SENSITIVE = [:original_position, :position] include Aws::Structure end |