Package apple.mapkit.enums
Class MKDistanceFormatterUnitStyle
- java.lang.Object
-
- apple.mapkit.enums.MKDistanceFormatterUnitStyle
-
public final class MKDistanceFormatterUnitStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAbbreviatedEx. kmstatic longDefaultWhether to abbreviate depends on units, locale, and user interface languagestatic longFullEx. kilometers
-
-
-
Field Detail
-
Default
public static final long Default
Whether to abbreviate depends on units, locale, and user interface language- See Also:
- Constant Field Values
-
Abbreviated
public static final long Abbreviated
Ex. km- See Also:
- Constant Field Values
-
Full
public static final long Full
Ex. kilometers- See Also:
- Constant Field Values
-
-