RoutePedestrianTravelStep
Steps of a leg that must be performed during the travel portion of the leg.
Contents
- Duration
-
Duration of the step.
Unit:
seconds
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: Yes
- Type
-
Type of the step.
Type: String
Valid Values:
Arrive | Continue | Depart | Keep | RoundaboutEnter | RoundaboutExit | RoundaboutPass | Turn | Exit | Ramp | UTurn
Required: Yes
- ContinueStepDetails
-
Details related to the continue step.
Type: RouteContinueStepDetails object
Required: No
- CurrentRoad
-
Details of the current road. See RouteRoad for details of sub-attributes.
Type: RouteRoad object
Required: No
- Distance
-
Distance of the step.
Type: Long
Valid Range: Minimum value of 0. Maximum value of 4294967295.
Required: No
- ExitNumber
-
Exit number of the road exit, if applicable.
Type: Array of LocalizedString objects
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
- 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: