GuidanceEngine

interface GuidanceEngine : Disposable

Responsible for generation of guidance related to upcoming road maneuvers.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun dispose()
Link copied to clipboard
abstract fun generateGuidance(navigationSnapshot: NavigationSnapshot): Guidance

Generates guidance which might be a new upcoming maneuver or the same with updated distance to next maneuver.

Link copied to clipboard
abstract fun generateLaneGuidance(navigationSnapshot: NavigationSnapshot): LaneGuidanceUpdate?

Generates lane guidance.