Units

enum Units : Enum<Units>

Preferred system of measurement. Choose Units.METRIC for the metric system (meters, kilometers), or Units.IMPERIAL for the imperial system (miles, feet). Units.AUTO will choose Units.METRIC or Units.IMPERIAL based on system settings.

Important: This is a Public Preview API. It may be changed or removed at any time.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int