Loading request...
Implement support for batch geocoding, particularly for providers like Esri that offer different rate limits for batch requests.
Some providers (such as Esri) support an API method for batch geocoding. In the case of Esri, very different rate limits apply, so we can use this to geocode a large number of records without worrying about hitting HTTP rate limits. I plan on using the Esri batch geocoding API, and thought it would be a good thing to add to this gem. Any thoughts on whether a PR adding support for that would be accepted?