com.supermap.navi

Interface ClimbChangeListener



  • public interface ClimbChangeListener
    The accumulation climbing change listener.
    • Method Detail

      • climbChange

        void climbChange(double rise,
                         double drop)
        The accumulation climbing change callback.
        Parameters:
        rise - The accumulation climbing value. The unit is in meter.
        drop - The accumulation declining value. The unit is in meter.