Package-level declarations

Types

Link copied to clipboard

A side of the road that can be driven on.

Link copied to clipboard

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

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

A maneuver the driver can be instructed to take.