In our Introduction to Google Maps article,
published in the Winter 2006 Newsletter, we
introduced the fundamental programming constructs
provided by the Google Maps API for building dynamic
web mapping applications. Since that time, Google
has released Version 2 of its highly popular Google
Maps API which we described in detail in the Spring 2006 Newsletter. However, one of the notable omissions was the ability to geocode addresses. This posed more of an inconvenience that anything else as there are many geocoding API’s available from various sources, some of which are free to use. In addition, clever application developers quickly found a Google Maps hack that would simulate geocoding functionality through Google Maps. However, the lack of true geocoding functionality built into the API was a bit of hindrance. Earlier this summer that all changed as Google added geocoding functionality to it’s Maps API in the form of a GClientGeocoder object which allows you to submit addresses for geocoding via JavaScript.
Click here to read the full text of this article. |