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