CountryInfo

public struct CountryInfo

Country information.

Important

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

Lifecycle

Public

  • 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