Googlemaps Geocoding API
Saturday, March 17th, 2007We recently completed a geocoding-caching system that geocodes (determines Latitude and Logitude) a user’s location input. This means that the user can type in a zip code, city/state or complete address/city/state/zip and the system will determine a Longitude and Latitude of the centerpoint of the area requested. In this case the result will be used to place a location on a google map. The process I developed performs initial location lookups using the google map geocode API and employs a good/bad caching system that retains the lookups locally.
(more…)