python-google-places icon indicating copy to clipboard operation
python-google-places copied to clipboard

Cache geocode intermediate queries to save money!

Open braian87b opened this issue 6 years ago • 0 comments

When quering by location name it constantly query by geocode API, this adds a dict to keep in memory the values... I know that is very "basic" but it is saves a TON of money on your developer account!.

braian87b avatar May 21 '19 15:05 braian87b