sdk-routing / com.tomtom.online.sdk.routing.route.information / RouteGuidance

RouteGuidance

@Beta(2020, 12) data class RouteGuidance : Serializable

A set of attributes describing the maneuver information of a route.

Parameters

instructions - All available sets of attributes describing a maneuver.

instructionGroups - All available groups of sequence of instruction elements which are related to each other.

Properties

instructionGroups

val instructionGroups: List<InstructionGroup>

All available groups of sequence of instruction elements which are related to each other.

instructions

val instructions: List<Instruction>

All available sets of attributes describing a maneuver.