com.supermap.navi
Interface DistanceChangeListener
-
public interface DistanceChangeListener
A listener that the distance to end point changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
distanceChange(double distance)
The callback that the distance to end point changes.
-