GuidanceEngineOptions
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Options used by GuidanceEngineFactory.
Constructors
Link copied to clipboard
constructor(instructionDistanceThreshold: Distance = INSTRUCTION_DISTANCE_THRESHOLD, announcementMode: AnnouncementMode = AnnouncementMode.Comprehensive)
Types
Properties
Link copied to clipboard
Controls the verbosity of guidance announcements. Defaults to AnnouncementMode.Comprehensive.
Link copied to clipboard
Specifies the range in Distance for selecting the next set of instructions along the route. GuidanceUpdatedListener.onInstructionsChanged and GuidanceUpdatedListener.onDistanceToNextInstructionChanged.