public interface AlertLevelChangeListener
This is an experimental API. Experimental APIs are quickly evolving and might change or be removed in minor versions.
| Modifier and Type | Method and Description |
|---|---|
void |
onAlertLevelChange(int alertLevel,
RouteProgress routeProgress)
Method's invoked when the alert level has changed during the current navigation session.
|
void onAlertLevelChange(int alertLevel,
RouteProgress routeProgress)
alertLevel - One of the alert level constants found in Constants.routeProgress - Provides a RouteProgress object which will contain information about the users
current position along the route.