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 Type
    Method
    Description
    void
    Called whenever the current location has been updated.
  • Method Details

    • onNavigableLocationUpdated

      void onNavigableLocationUpdated(@NonNull NavigableLocation navigableLocation)

      Called whenever the current location has been updated.

      Parameters:
      navigableLocation -

      The current location update.