In the application I'm developing I would like to put a button that when pressed returns the current address where it is.
I was able to do the part of the geolocation and I get the current latitude and longitude of the device, and now what do I do? Is there any way that can return the address? Or do I have to open a maps there, search for latitude and longitude, and then return the address?