createDynamicGuidanceEngine

Creates a DynamicGuidanceEngine.

DynamicGuidanceEngine generates dynamic Guidance for the Instructions supplied within NavigationSnapshot's active route.

To generate dynamic Guidance, DynamicGuidanceEngine takes various parameters into account. These parameters include, but are not limited to:

  • Distance to the next maneuver

  • Current speed of the vehicle

  • Free-flow speed of the road between the current position and the next maneuver

  • Traffic situation ahead

DynamicGuidanceEngine continuously checks the active route progress to provide up-to-date Guidance information. Once the vehicle reaches an announcement point, the generated Guidance includes the GuidanceAnnouncement to be announced.

DynamicGuidanceEngine uses TomTom's advanced verbal instruction messages to synthesize GuidanceAnnouncements dynamically on the fly. Note that the set of supported languages may differ between different GuidanceEngines.

DynamicGuidanceEngine can be used to provide turn-by-turn navigation with any routing client (offline, online).

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

Parameters

context

Android context.

options

GuidanceEngineOptions used to configure guidance engine.

See also

DynamicGuidanceEngine