It would be extremely useful to calculate the distance and travel duration between different points.
As mentioned in another issue, it would require users to provider their own API keys, as the app is essentially an static page with no backend or (accessible) frontend server, it might need to store the key in the local storage and might add some encryption (using a password provided by the user) in order to prevent unauthorised use or access to.
It should also save the information retrieved from Google so it's always accessible without needing to make a new request to the API, it might be useful to store it in a separate variable so it can be accessed from multiple Projects (if implemented).
It would be extremely useful to calculate the distance and travel duration between different points.
As mentioned in another issue, it would require users to provider their own API keys, as the app is essentially an static page with no backend or (accessible) frontend server, it might need to store the key in the local storage and might add some encryption (using a password provided by the user) in order to prevent unauthorised use or access to.
It should also save the information retrieved from Google so it's always accessible without needing to make a new request to the API, it might be useful to store it in a separate variable so it can be accessed from multiple Projects (if implemented).