guidanceType

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

When the type GuidanceType.Regular is selected, Navigation Visualization presents regular navigation guidance. When the type GuidanceType.LaneLevel is selected, Navigation Visualization is instructed to present lane-level guidance, but it may still present regular navigation guidance. This occurs because of an internal fallback mechanism that switches from lane-level guidance mode to regular guidance mode when no lane-level data is available. Navigation Visualization switches back to lane-level guidance mode as soon as lane-level data is available again. Note that the property NavigationVisualization.guidanceType is unaffected when this fallback mechanism activates. GuidanceType.LaneLevel shouldn't be used, unless the lane-level style is enabled.

The default is GuidanceType.Regular.