Package com.tomtom.ivi.platform.navigation.api.service.guidanceinstructions

Types

Link copied to clipboard
enum DrivingSide : Enum<DrivingSide>

A side of the road that can be driven on.

Link copied to clipboard
interface GuidanceInstructionsService

This service provides information about the next guidance instruction. Clients can also subscribe to receive events in order to know when to display next instruction cues to the user.

Link copied to clipboard
enum InstructionCueType : Enum<InstructionCueType>

The types of instruction cues based on urgency at which the driver is expected to take action.

Link copied to clipboard
data class InstructionData(    val instructionId: InstructionId,     val distanceToInstruction: Distance,     val instructionManeuver: InstructionManeuver?,     val drivingSide: DrivingSide?) : Parcelable

Information about the next guidance instruction.

Link copied to clipboard
data class InstructionId(val value: String) : Parcelable

Holds the instruction ID value.

Link copied to clipboard
sealed class InstructionManeuver : Parcelable

A maneuver the driver can be instructed to take.