UnitSystemType
public struct UnitSystemType : EquatableDefines types of unit system handling.
- 
                  
                  Creates a unit system type with provided arguments. DeclarationSwift public init(unitSystem: UnitsSystem, isDynamic: Bool)
- 
                  
                  Current unit system value. DeclarationSwift public let unitSystem: UnitsSystem
- 
                  
                  A Boolean value that indicates whether a unit system should be updated based on current location country. DeclarationSwift public let isDynamic: Bool
- 
                  
                  Returns an instance that indicates that its unit system should be dynamic. DeclarationSwift public static func dynamic() -> UnitSystemType
- 
                  
                  Returns an instance that has a defined unit system. The value provided is always used. DeclarationSwift public static func fixed(unitSystem: UnitsSystem) -> UnitSystemType
- 
                  
                  Returns an instance configured by default. DeclarationSwift public static func `default`() -> UnitSystemType
 
         TomTom SDK for iOS (0.53.1)
 
          TomTom SDK for iOS (0.53.1)
         UnitSystemType
          UnitSystemType