Django Google Maps Tutorial #2: Geocoding from adress to coordinates
In this tutorial series I show how you can use the Google Maps API in your Django application. This API can be used for geocoding, reverse geocoding, distance calculations, and displaying maps in your application. In this post we will use the Google Maps…