How to get Lat Long from given address

Hi!

How can I get the Lat Long based on the input of an address?

You will need to ‘geocode’ the address. The easiest way to do this is to use a geocoding service like the Google Maps API

It’s possible to set up your own geocoder, but it is very involved

2 Likes