Geocoding with JQuery and Google Maps – First part
This is the first part of a series of tutorials covering the JavaScript API of Google Maps. In this case we see how to view a Google map with JavaScript. How to center the map on the basis of an address. My example is driven from an XML file that contains some addresses. This file is loaded with JQuery Ajax to populate a select list (or combobox). Based on user selection from the list, the map will be updat ...
Read more ›