Class: Aws::GeoRoutes::Types::RoutePedestrianPlace

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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, :type, :waypoint_index]

Instance Attribute Summary collapse

Instance Attribute Details

#access_point_detailsTypes::RouteAccessPointDetails

Details of the access point.



5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#nameString

The name of the place.

Returns:

  • (String)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#original_positionArray<Float>

Position provided in the request.

Returns:

  • (Array<Float>)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#positionArray<Float>

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

Returns:

  • (Array<Float>)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#side_of_streetString

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

Returns:

  • (String)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#station_detailsTypes::RouteStationDetails

Details about the station.



5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#typeString

The type of the place.

Returns:

  • (String)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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

#waypoint_indexInteger

Index of the waypoint in the request.

Returns:

  • (Integer)


5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
# File 'lib/aws-sdk-georoutes/types.rb', line 5039

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