open class RouteGuidance : Serializable
A set of attributes describing the maneuver information of a route.
RouteGuidance()
Empty constructor for the RouteGuidance(instructions: Array<Instruction!>!, instructionGroups: Array<InstructionGroup!>!)
Default constructor for the |
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. |
open fun getInstructionGroups(): Array<InstructionGroup!>!
Returns all available groups of sequence of instruction elements which are related to each other. |
|
open fun getInstructions(): Array<Instruction!>!
Returns all available sets of attributes describing a maneuver. |
|
open fun toString(): String |