OffRoadProgressListener (API Reference)
Package com.here.sdk.navigation
Interface OffRoadProgressListener
public interface OffRoadProgressListener
This interface should be implemented in order to
receive notifications about the current off-road location from Navigator.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonOffRoadProgressUpdated(OffRoadProgress offRoadProgress) Called whenever the current location has been updated and the user is off-road.
-
Method Details