GuidanceInstructionsService

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.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface NextInstructionCueListener

Clients can implement this listener to know when to display instruction cues to the user.

Properties

Link copied to clipboard
abstract val nextInstructionData: InstructionData?

Contains the data of the next guidance instruction. Can be null if there is no next instruction, for instance, when there is no active trip.