NavigableLocationListener (API Reference)
Package com.here.sdk.navigation
Interface NavigableLocationListener
public interface NavigableLocationListener
This interface should be implemented in order to receive notifications
about the current location from Navigator.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonNavigableLocationUpdated(NavigableLocation navigableLocation) Called whenever the current location has been updated.
-
Method Details