NavigationCalloutDisplayMode

public final enum NavigationCalloutDisplayMode extends Enum<NavigationCalloutDisplayMode>

Desired display strategy for showing route callouts.

Inherited Method Summary

Enum Values

public static final NavigationCalloutDisplayMode SHOW_ALL

Show callouts for all routes. The information displayed by the callouts may not match the information provided by other UIs.

public static final NavigationCalloutDisplayMode SHOW_ALTERNATES_ONLY

Show callouts for alternate routes only.

public static final NavigationCalloutDisplayMode SHOW_NONE

Don't show callouts.