RouteDeviationListener (API Reference)
Package com.here.sdk.navigation
Interface RouteDeviationListener
public interface RouteDeviationListener
This interface should be implemented in order to
receive notifications
about route deviations from Navigator.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRouteDeviation(RouteDeviation routeDeviation) Called whenever route deviation has been observed.
-
Method Details