Class: Aws::GeoRoutes::Types::RoutePedestrianLegDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePedestrianLegDetails
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Details that are specific to a pedestrian leg.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arrival ⇒ Types::RoutePedestrianArrival
Details corresponding to the arrival for the leg.
-
#departure ⇒ Types::RoutePedestrianDeparture
Details corresponding to the departure for the leg.
-
#notices ⇒ Array<Types::RoutePedestrianNotice>
Notices are additional information returned that indicate issues that occurred during route calculation.
-
#pass_through_waypoints ⇒ Array<Types::RoutePassThroughWaypoint>
Waypoints that were passed through during the leg.
-
#spans ⇒ Array<Types::RoutePedestrianSpan>
Spans that were computed for the requested SpanAdditionalFeatures.
-
#summary ⇒ Types::RoutePedestrianSummary
Summarized details of the leg.
-
#travel_steps ⇒ Array<Types::RoutePedestrianTravelStep>
Steps of a leg that must be performed before the travel portion of the leg.
Instance Attribute Details
#arrival ⇒ Types::RoutePedestrianArrival
Details corresponding to the arrival for the leg.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#departure ⇒ Types::RoutePedestrianDeparture
Details corresponding to the departure for the leg.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#notices ⇒ Array<Types::RoutePedestrianNotice>
Notices are additional information returned that indicate issues
that occurred during route calculation. Not supported in
ap-southeast-1 and ap-southeast-5 regions for GrabMaps
customers.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#pass_through_waypoints ⇒ Array<Types::RoutePassThroughWaypoint>
Waypoints that were passed through during the leg. This includes the waypoints that were configured with the PassThrough option.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#spans ⇒ Array<Types::RoutePedestrianSpan>
Spans that were computed for the requested SpanAdditionalFeatures.
Not supported in ap-southeast-1 and ap-southeast-5 regions for
GrabMaps customers.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#summary ⇒ Types::RoutePedestrianSummary
Summarized details of the leg.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |
#travel_steps ⇒ Array<Types::RoutePedestrianTravelStep>
Steps of a leg that must be performed before the travel portion of the leg.
4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4437 class RoutePedestrianLegDetails < Struct.new( :arrival, :departure, :notices, :pass_through_waypoints, :spans, :summary, :travel_steps) SENSITIVE = [] include Aws::Structure end |