createStaticGuidanceEngine
Creates a StaticGuidanceEngine.
StaticGuidanceEngine generates Guidance using the list of Instructions supplied within NavigationSnapshot's active route.
StaticGuidanceEngine depends on the Announcements included in the supplied Instructions. The engine continuously checks the active route progress to provide up-to-date Guidance information. When the vehicle reaches an announcement point, the generated Guidance includes the GuidanceAnnouncement to be announced. Note that the set of supported languages may differ between different GuidanceEngines.
StaticGuidanceEngine should only be used with the online routing client that uses OnlineApiVersion.v1 as the GuidanceOptions.guidanceVersion. This is because the instructions from offline and the online routing client configured with OnlineApiVersion.v2 are designed to be used by the DynamicGuidanceEngine and do not contain static announcement information.
Parameters
Android context.
GuidanceEngineOptions used to configure guidance engine.