UnitsSystem

@frozen
public enum UnitsSystem : Codable, CaseIterable, Equatable

Important

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

UnitsSystem

  • Unit of length in the current unit system.

    Declaration

    Swift

    public var unitLength: UnitLength { get }
  • Unit of speed in the specific unit system.

    Declaration

    Swift

    public var speed: UnitSpeed { get }