countryCodeFormat property
To specify the format for the short country code expected to be returned in the address_components field (default is alpha3).
Implementation
CountryCodeFormat? countryCodeFormat = CountryCodeFormat.alpha3;
To specify the format for the short country code expected to be returned in the address_components field (default is alpha3).
CountryCodeFormat? countryCodeFormat = CountryCodeFormat.alpha3;