CountryInfo
public struct CountryInfo
Country information.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Declaration
Swift
public init( countryCode: String, countryName: TextWithPhonetics )Parameters
countryCodeISO 3166-1 alpha-3 code of the country.
countryNameCountry name.
-
ISO 3166-1 alpha-3 code of the country.
Declaration
Swift
public let countryCode: String -
Name of the country.
Declaration
Swift
public let countryName: TextWithPhonetics
CountryInfo Structure Reference