Get address from latitude longitude

In order to acquire an address other than your current location from google maps is by using reverse geocoding (from latitude, longitude) . So when you click on map you get the lat and lng from that position and then you can pass that values to an api to get the address. You can use Google’s geocoding api or try another service like LocationIQ

2 Likes