Class MKDistanceFormatterUnitStyle


  • public final class MKDistanceFormatterUnitStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Abbreviated
      Ex. km
      static long Default
      Whether to abbreviate depends on units, locale, and user interface language
      static long Full
      Ex. kilometers
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Default

        public static final long Default
        Whether to abbreviate depends on units, locale, and user interface language
        See Also:
        Constant Field Values