rodazuero / gmapsdistance

Future
GNU General Public License v3.0
75 stars 40 forks source link

Implement Pooling of API requests #44

Open Demetrio92 opened 6 years ago

Demetrio92 commented 6 years ago

The way we call gmaps API right now can be optimised by stitching together up to 25 request using paste(origins, collapse = "|")/paste(destinations, collapse = "|").

Documentation by google is here: https://developers.google.com/maps/documentation/distance-matrix/intro

Demetrio92 commented 6 years ago

Created a new issue based on #12

MichaelChirico commented 6 years ago

I was looking into working on this & noticed some changes to API billing... is it correct that there's no longer any free quota for requests?

rodazuero commented 5 years ago

@MichaelChirico yes, it seems like there are no longer free quotas at all. You need to create an account...