You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 retrievelat, lng
information for each location.The text was updated successfully, but these errors were encountered: