ljmerza / travel-time-card

show travel times for you travel time sensors
MIT License
28 stars 2 forks source link

Display the full route on a map #12

Open sylaspg opened 4 years ago

sylaspg commented 4 years ago

Currently, when one click on an entry, a Google Map (in my case) opens, but only with the Destination point marked on the map. I propose to display the full route on a map, by using link "https://www.google.com/maps/dir/SOURCE/DESTINATION" (or similar, I am not sure).

ljmerza commented 4 years ago

the issue with this is HA doesn't know where you're at all the time. Depending on the device tracker, it may only update every 15 minutes unless you leave/enter a zone. The start location I pass in the url will probably be outdated.