Sunday, May 03, 2009

jQuery and Google Maps #2: AJAX Storing and Retrieving Points : jQuery, Google Maps

jQuery and Google Maps #2: AJAX Storing and Retrieving Points : jQuery, Google Maps

Note on April 30th: This article was updated do to feedback from Google Maps API team to use the Client Geocoder instead of encoding on the server.

Continuing the series on jQuery and Google Maps, I will teach you how to store and retrieve points with using AJAX and a server-side language. This tutorial will use PHP/MySQL on the server, but it is basic enough that re-writing in another language should not be difficult.

View Final Demo

Google maps add point with jQuery