InstructionData

fun InstructionData(    instructionId: InstructionId,     distanceToInstruction: Distance,     instructionManeuver: InstructionManeuver?,     drivingSide: DrivingSide?)

Parameters

instructionId

Guidance instruction ID.

distanceToInstruction

Distance to instruction.

instructionManeuver

The maneuver the driver is instructed to take. Can be null if this information is not available, or if the maneuver cannot be represented by a child class of InstructionManeuver.

drivingSide

Which side of the road the instruction takes place on. Can be null if this information is not available.