Class LocationDistanceMeasurement.MeasurementChangedEvent

    • Method Detail

      • getDirectDistance

        public Distance getDirectDistance()
        Gets the direct distance between the start and end locations.
        Returns:
        the direct distance between the start and end locations
        Since:
        100.3.0
      • getHorizontalDistance

        public Distance getHorizontalDistance()
        Gets the horizontal distance between the start and end locations.
        Returns:
        the horizontal distance between the start and end locations
        Since:
        100.3.0
      • getVerticalDistance

        public Distance getVerticalDistance()
        Gets the vertical distance between the start and end locations.
        Returns:
        the vertical distance between the start and end locations
        Since:
        100.3.0