com.supermap.navi

Interface DistanceChangeListener



  • public interface DistanceChangeListener
    A listener that the distance to end point changes.
    • Method Detail

      • distanceChange

        void distanceChange(double distance)
        The callback that the distance to end point changes.
        Parameters:
        distance - The distance to the end point. The unit is meter.