0

I have 3 variables longitude, latitude and address.

var long = ##;
var lat = ##;
var address = ""; 

Can I convert the long and lat that I have into an address which I can save in the address variable?

Thanks

mattmuirhead
  • 73
  • 1
  • 1
  • 11

1 Answers1

0

You Can use Google Maps API.

here is an link for reverse Geocoding.
REVERSE GEOCODING GOOGLE API

Neil
  • 402
  • 6
  • 18