python-google-places
python-google-places copied to clipboard
Cache geocode intermediate queries to save money!
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!.