UnitType

enum UnitType : Enum<UnitType>

Unit type for voice and visual information. Note that this won't change other results such as raw distance measurements which will always be returned in meters.

Parameters

value

String representation of the unit type

Entries

Link copied to clipboard
METRIC("metric")

Metric unit type.

Link copied to clipboard
IMPERIAL("imperial")

Imperial unit type.

Properties

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