Class: Aws::GeoRoutes::Types::RouteVehiclePlace

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

Overview

Place details corresponding to the arrival or departure.

Constant Summary collapse

SENSITIVE =
[:name, :original_position, :position, :side_of_street, :waypoint_index, :type]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_detailsTypes::RouteAccessPointDetails

Details of the access point.



8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#nameString

The name of the place.

Returns:

  • (String)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#original_positionArray<Float>

Position provided in the request.

Returns:

  • (Array<Float>)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#positionArray<Float>

Position in World Geodetic System (WGS 84) format: [longitude, latitude].

Returns:

  • (Array<Float>)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#side_of_streetString

Options to configure matching the provided position to a side of the street.

Returns:

  • (String)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#station_detailsTypes::RouteStationDetails

Details about the station.



8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#typeString

The type of the place.

Returns:

  • (String)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end

#waypoint_indexInteger

Index of the waypoint in the request.

Returns:

  • (Integer)


8283
8284
8285
8286
8287
8288
8289
8290
8291
8292
8293
8294
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 8283

class RouteVehiclePlace < Struct.new(
  :name,
  :original_position,
  :position,
  :side_of_street,
  :waypoint_index,
  :access_point_details,
  :station_details,
  :type)
  SENSITIVE = [:name, :original_position, :position, :side_of_street, :waypoint_index, :type]
  include Aws::Structure
end