MTLanguage
public enum MTLanguage : @unchecked Sendable, Codable
Language of the map labels.
-
Custom language options.
Declaration
Swift
case special(MTSpecialLanguage)
-
Country specific language.
Declaration
Swift
case country(MTCountryLanguage)
-
Declaration
Swift
public func encode(to encoder: Encoder) throws