Interface DistanceToNextDirectionChangedListener


  • public interface DistanceToNextDirectionChangedListener
    An interface allowing to listen when distance to the next direction changes while navigating on a route.
    • Method Detail

      • onDistanceToNextDirectionChanged

        void onDistanceToNextDirectionChanged​(int distanceInMeters)
        The method is called once the distance to the next direction changes.
        Parameters:
        distanceInMeters - Distance to next direction in meters.