HeightUnitLength
public enum HeightUnitLength: String
An enumeration of units of measurement supported for representing height.
-
Heights are represented by feet.
Declaration
Swift
case feet = "ft"
-
Heights are represented by metres.
Declaration
Swift
case meters = "m"