Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Add caching in Geocoder class #21

Open
alexhebing opened this issue May 24, 2019 · 0 comments
Open

Add caching in Geocoder class #21

alexhebing opened this issue May 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@alexhebing
Copy link

Make the Geocoder class more efficient by storing the entitities it has already collected geodata for and reusing this if the same entity (i.e. exact same string) occurs again in the same document.
Multiple occurences of the same location in one document is bound to occur and Geocoder makes three request to retrieve lat, lng information for each location.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant