I am developing a location based application. And I need a reliable source to get geolocation.
I'm using this geocoder plugin right now.
and I get this error: -
Geocoding API not responding fast enough (see Geocoder::Configuration.timeout to set limit).
I get an error when our team of 5 tests on intermediate servers
I need a fast enough solution with a request of ~ 10k per day without restrictions for a second
PS: I am open to using some paid services.
EDIT
Think about the business you want to find in NewYork. Type newyork in the text box and press enter. Now on the server side, I need to get the geocode for newyork, and then do a db search based on this.
source share