UI Deploy

Curated, Short, Web UI Dev we Love.

Get Google Map Coordinates by Address with Python

In this example I will show you how to get longitude and latitude coordinates from a street address to use for displaying a Google map on your website.

Most practical implementations will involve a database of addresses, so I will include code to pull the addresses from a MySQL database, and then update the database with the geo coordinates.

view source

Advertisement