Interface DistanceToNextDirectionChangedListener


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

    Modifier and Type Method Description
    void onDistanceToNextDirectionChanged​(int distanceInMeters)
    The method is called once the distance to the next direction changes.
  • Method Details

    • 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.