open class RouteGuidance : Serializable
A set of attributes describing the maneuver information of a route.
RouteGuidance()
A set of attributes describing the maneuver information of a route. |
var instructionGroups: Array<InstructionGroup!>!
All available groups of sequence of instruction elements which are related to each other. |
|
var instructions: Array<Instruction!>!
All available sets of attributes describing a maneuver. |