I am working on an idea for a service that uses geocoded data (lat / lng) to create an American address. The Google Maps API v3 was awesome until I read the terms of service and acceptable applications a little closer. The problem is that these terms apparently prohibit the use of the API maps for any commercial use when the site is not freely available to the public, for example, a subscription-based service. The proposed alternative is the Google Maps API Premier, but at least $ 10,000 a year, it's just not possible at the moment.
The same goes for the services offered by Yahoo! and MS - the initial fees are small for enterprises, but for a very early stage of launch (not even a finished prototype yet!) this is simply not feasible.
The geocoding process should be in real time, and the volume will be very small - the user will enter the address during configuration and only update it if necessary.
Any help is much appreciated!
source share