I want to find current location name from latitude and longitude,
Here is my code snippet I tried but my log shows null value in all the places except in place
place
Use google api for reverse geotagging :
URL : http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false
From : https://developers.google.com/maps/documentation/geocoding/