GuidanceEngineOptions

constructor(    instructionDistanceThreshold: Distance = INSTRUCTION_DISTANCE_THRESHOLD,     announcementMode: AnnouncementMode = AnnouncementMode.Comprehensive)

Parameters

instructionDistanceThreshold

Distance used to select the next instructions. Any instructions with a distance less than or equal to this value will be treated as the next instruction.

announcementMode

Controls the verbosity of guidance announcements. Defaults to AnnouncementMode.Comprehensive.