Package com.navmii.sdk.routenavigation
Interface OnRouteStateChangedListener
-
public interface OnRouteStateChangedListener
An interface allowing to listen to route state changes while navigating on a route.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onOnRouteStateChanged(OnRouteState onRouteState)
The method is called once on route state changes.
-
-
-
Method Detail
-
onOnRouteStateChanged
void onOnRouteStateChanged(OnRouteState onRouteState)
The method is called once on route state changes.- Parameters:
onRouteState
- New on route state.
-
-