Tintef/react-google-places-autocomplete

Get full country name and country code

redimongo opened this issue · 2 comments

I am trying to get the full address including the country code and country name.

I am noticing for example that United States of America is being printed in it's short form USA which technically is correct, however the country code for USA is US.

Is there anyway to solve this?

Another example is Australia addresses get the word Australia at the end which we can match to our Countries json file

We can't match USA (while technically we can, it's not the right way to go around it)