I am learning how to do bulk geocoding through an HTTP request and return the response in JSON, XML, or something that can handle pHp on the server side.
The number of addresses in a batch is hundreds. Each user of this mobile web application will make one request (one package) only if I can save the data on my own server after they are returned.
To summarize for someone looking for similar things:
- The term Google Map does not allow you to make too many queries.
- Openstreetmap terminates heavy requests
- Bing ...
- TinyGeocoder ... Does anyone know the usage limitations and the package features of this? (Tinygeocoder.com)
I came to Bing and see this under their conditions: (http://www.microsoft.com/maps/product/terms.html)
(c) Exceeds a total of 24 party geocoding or file uploads with a maximum of 200,000 records each using the Bing Spatial Data Services API for any 24-hour period.
Can anyone who is familiar with their API or geocoding generally tell me, does this mean that I can only make 24 requests per day, each request does not contain more than 200,000 entries?
Conditions like this will render the service useless for applications that make such requests based on user data.
Can I invest in freemium service if someone knows another provider?
source share