Everything worked fine, I was able to get every data I needed (country, city, latitude, longitude, etc...) all over the world when the user clicked on the map.
I spent a couple of months working on something else, and when I went back to the application to complete development, I noticed the locator did not work anymore.
The reason is : the country is not recognized anymore.
The data I got was : latitude, longitude, country, city, county, state and postal code. Now, I only get latitude, longitude, city and postal code. County, state and country are not known anymore.
I made a major update to my application before noticing that, but I don't think it's related since the "reverse geocoding widget" was not modified.
For example, the only data I get when clicking on the point that have 41° lat and 14° long is : City = "Villa Literno" Postal Code = "81039" Street = "Ss7bis Diramazione"
But nothing informs me that this is located in Italia, I don't have the (Country = "ITA") information that I had before.
Anyone can help ? Thanks a lot !
(NB : Sorry for my english as it's not my native language) (NB2 : If this topic is not the appropriate one, please tell me which topic should I post in. Thanks again !)