Whatever service that would allow something as simple as 100 geo transcoding requests (from street address to geocode) would be ideal. I know that google maps allows 15000 daily, but it is written in Javascript. I was wondering if I could get something written in a language that at least allows for database connections.
Whatever service that would allow something as simple as 100 geo transcoding requests (from
Share
There’s a non-JavaScript variant of the Google Maps geocoder (check the TOS – you’ll need to be doing this to eventually display stuff on a Google map), and you’re not going to find any geocoding services that allow a direct database connection.