Package 

Class RadarRouteDistance

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double value
      private final String text
    • Method Summary

      Modifier and Type Method Description
      final Double getValue() The distance in feet (for imperial units) or meters (for metric units).
      final String getText() A display string for the distance.
      final JSONObject toJson()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RadarRouteDistance

        RadarRouteDistance(Double value, String text)