In the app i'm building, it's going to be really important for my users to see both the City and the Country of any addresses that I am adding in to my database.
At the moment, I am using the Google Placepicker, and it is able to locate the Country, but it doesn't seem to be able to parse the City correctly from the coords - so it just returns the default value every time.
I saw that some others have had this issue as well, but does anyone know how to fix it?
Or can a custom function help here at all?