@Beta(2020, 12) data class RouteGuidance : Serializable
A set of attributes describing the maneuver information of a route.
instructions
- All available sets of attributes describing a maneuver.
instructionGroups
- All available groups of sequence of instruction elements which are related to each other.
val instructionGroups: List<InstructionGroup>
All available groups of sequence of instruction elements which are related to each other. |
|
val instructions: List<Instruction>
All available sets of attributes describing a maneuver. |