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