I am currently utilizing the Google Maps API for address translation, primarily through the use of a geocoder.
I am interested in saving these results to a local database for future reference, as there are limitations on the total number and frequency of queries allowed by Google Maps.
However, I am unsure of how to accomplish this. While I have searched online and come across an ActiveX-based solution, I am wondering if there are any platform-independent alternatives available?