OffRoadDestinationReachedListener (API Reference)
Package com.here.sdk.navigation
Interface OffRoadDestinationReachedListener
public interface OffRoadDestinationReachedListener
This interface should be implemented in order to receive notifications from this class about the arrival at the off-road destination.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the off-road destination has been reached.
-
Method Details
-
onOffRoadDestinationReached
void onOffRoadDestinationReached()Called when the off-road destination has been reached.
-