RouteVehicleTravelStep
Steps of a leg that correspond to the travel portion of the leg.
Contents
- Duration
 - 
               
Duration of the step.
Unit:
secondsType: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
 - Type
 - 
               
Type of the step.
Type: String
Valid Values:
Arrive | Continue | ContinueHighway | Depart | EnterHighway | Exit | Keep | Ramp | RoundaboutEnter | RoundaboutExit | RoundaboutPass | Turn | UTurnRequired: Yes
 - ContinueHighwayStepDetails
 - 
               
Details that are specific to a Continue Highway step.
Type: RouteContinueHighwayStepDetails object
Required: No
 - ContinueStepDetails
 - 
               
Details that are specific to a Continue step.
Type: RouteContinueStepDetails object
Required: No
 - CurrentRoad
 - 
               
Details of the current road.
Type: RouteRoad object
Required: No
 - Distance
 - 
               
Distance of the step.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
 - EnterHighwayStepDetails
 - 
               
Details that are specific to a Enter Highway step.
Type: RouteEnterHighwayStepDetails object
Required: No
 - ExitNumber
 - 
               
Exit number of the road exit, if applicable.
Type: Array of LocalizedString objects
Required: No
 - ExitStepDetails
 - 
               
Details that are specific to a Roundabout Exit step.
Type: RouteExitStepDetails object
Required: No
 - GeometryOffset
 - 
               
Offset in the leg geometry corresponding to the start of this step.
Type: Integer
Valid Range: Minimum value of 0.
Required: No
 - Instruction
 - 
               
Brief description of the step in the requested language.
Note
Only available when the TravelStepType is Default.
Type: String
Required: No
 - KeepStepDetails
 - 
               
Details that are specific to a Keep step.
Type: RouteKeepStepDetails object
Required: No
 - NextRoad
 - 
               
Details of the next road. See RouteRoad for details of sub-attributes.
Type: RouteRoad object
Required: No
 - RampStepDetails
 - 
               
Details that are specific to a Ramp step.
Type: RouteRampStepDetails object
Required: No
 - RoundaboutEnterStepDetails
 - 
               
Details that are specific to a Roundabout Enter step.
Type: RouteRoundaboutEnterStepDetails object
Required: No
 - RoundaboutExitStepDetails
 - 
               
Details that are specific to a Roundabout Exit step.
Type: RouteRoundaboutExitStepDetails object
Required: No
 - RoundaboutPassStepDetails
 - 
               
Details that are specific to a Roundabout Pass step.
Type: RouteRoundaboutPassStepDetails object
Required: No
 - Signpost
 - 
               
Sign post information of the action, applicable only for TurnByTurn steps. See RouteSignpost for details of sub-attributes.
Type: RouteSignpost object
Required: No
 - TurnStepDetails
 - 
               
Details that are specific to a Turn step.
Type: RouteTurnStepDetails object
Required: No
 - UTurnStepDetails
 - 
               
Details that are specific to a Turn step.
Type: RouteUTurnStepDetails object
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: