selectGuidanceType

abstract fun selectGuidanceType(guidanceType: GuidanceType)

Selects the type of guidance to be used when a navigation session starts.

When the type GuidanceType.REGULAR is selected, the add-on presents regular navigation guidance. When the type GuidanceType.LANE_LEVEL is selected, the add-on is instructed to present lane-level guidance, but it may still present regular navigation guidance. This happens because of an internal fallback mechanism that switches from lane-level guidance mode to the regular one when no lane-level data is available. The add-on switches back to lane-level guidance mode as soon as lane-level data is available again. Note that the property guidanceType is not affected when this fallback mechanism kicks in.

WARNING: DO NOT USE GuidanceType.LANE_LEVEL. THIS FEATURE IS NOT IMPLEMENTED YET.

Parameters

guidanceType

The GuidanceType to be used during the navigation session.