I want to use this formula with php. I have a database with some values of latitute and longitude saved. I want to find, with a certain value of latitude and longitude in input, all the distances (in km) from this point with each point in the database. To do this, I used the formula on googlemaps api: Of course
Tag: google-maps
How to make a PHP based script for finding UK addresses by entering postcode?
I’ve almost looked everywhere but nothing found, so my only hope would be here though! 🙁 I want to make a PHP based script for finding UK address by entering postcode, so a list would show with a …
Save Google map to jpeg using PHP?
Is it even possible? I am implementing an export to pdf functionality for a pile of data, one of which is a Google map with a marker. Thank you. Answer I think you are looking for this: http://code.google.com/apis/maps/documentation/staticmaps/ you just need the url and the google api returns the google maps excerpt as a png file