Guidance
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Deprecated
This will be removed 6 months after the next release.
Replace with
No replacement available.Content copied to clipboard
Guidance update provided while navigating a route, including the list of upcoming instructions, guidance announcement and distance to the next maneuver.
Constructors
Link copied to clipboard
constructor(instructions: List<GuidanceInstruction>, announcement: GuidanceAnnouncement?, distanceToManeuver: Distance, currentPhase: InstructionPhase, shouldPlay: Boolean = false)
Properties
Link copied to clipboard
Announcement about the upcoming maneuver.
Link copied to clipboard
InstructionPhase of the upcoming maneuver.
Link copied to clipboard
Distance to the upcoming maneuver.
Link copied to clipboard
List of next instructions ordered by distance. Provided instructions are bounded by GuidanceEngineOptions.instructionDistanceThreshold.
Link copied to clipboard
Whether announcement should be triggered according to guidelines.