NavigationCalloutDisplayMode

public final enum NavigationCalloutDisplayMode extends Enum<NavigationCalloutDisplayMode>

Desired display strategy for showing ETA callouts.

Inherited Method Summary

Enum Values

public static final NavigationCalloutDisplayMode SHOW_ALL

Show callouts for all routes. ETA information displayed by callout may not match 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.