com.supermap.navi
Interface ClimbChangeListener
-
public interface ClimbChangeListener
The accumulation climbing change listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
climbChange(double rise, double drop)
The accumulation climbing change callback.
-