RouteFerryLegDetails
FerryLegDetails is populated when the Leg type is Ferry, and provides additional information that is specific
Contents
- AfterTravelSteps
 - 
               
Steps of a leg that must be performed after the travel portion of the leg.
Type: Array of RouteFerryAfterTravelStep objects
Required: Yes
 - Arrival
 - 
               
Details corresponding to the arrival for the leg.
Type: RouteFerryArrival object
Required: Yes
 - BeforeTravelSteps
 - 
               
Steps of a leg that must be performed before the travel portion of the leg.
Type: Array of RouteFerryBeforeTravelStep objects
Required: Yes
 - Departure
 - 
               
Details corresponding to the departure for the leg.
Type: RouteFerryDeparture object
Required: Yes
 - Notices
 - 
               
Notices are additional information returned that indicate issues that occurred during route calculation.
Type: Array of RouteFerryNotice objects
Required: Yes
 - PassThroughWaypoints
 - 
               
Waypoints that were passed through during the leg. This includes the waypoints that were configured with the PassThrough option.
Type: Array of RoutePassThroughWaypoint objects
Required: Yes
 - Spans
 - 
               
Spans that were computed for the requested SpanAdditionalFeatures.
Type: Array of RouteFerrySpan objects
Required: Yes
 - TravelSteps
 - 
               
Steps of a leg that must be performed before the travel portion of the leg.
Type: Array of RouteFerryTravelStep objects
Required: Yes
 - RouteName
 - 
               
Route name of the ferry line.
Type: String
Required: No
 - Summary
 - 
               
Summarized details of the leg.
Type: RouteFerrySummary object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: