Google Maps API
A note to web application developers — Google has finally opened their maps service via an API, allowing you to programmatically make use of their maps, as well as plot routes and markers. Previously, the only way to do such a thing was by disassembling the JavaScript which Google uses and creating your own unsupported solution. Now you can create a web application which reliably uses Google Maps without worrying about infrastructure changes affecting your code. You will need a (free) API key to make use of the service, which can be obtained here. I’m excited to see what new web-based tools can be built using the new Google Maps API! Any suggestions for a small project which makes use of it?
July 1st, 2005 at 4:42 am
Wow thats awesome. Maybe I can use this on my menu web site to calculate distances between zip codes… without actually doing any hard work myself…. just let google do it :-) I already use google maps to link to addresses of places on all my web sites, since it so totally puts mapquest to shame!
September 30th, 2005 at 8:52 am
Awesome, thanx