geraldoramos / nikola

⚡Unofficial cross-platform desktop app to monitor and control Tesla vehicles, powered by Electron & React
https://nikola.site
MIT License
149 stars 43 forks source link

Send to car google maps direction (from-to) by copy pasting maps.google.com address in the app #10

Open JulienDidierjean opened 5 years ago

JulienDidierjean commented 5 years ago

It would be nice to be able to copy-paste destination or directions from Google maps to the car navigation system through the app

geraldoramos commented 5 years ago

this is on my list, I'm looking for a solution to auto-complete places (address, place, etc), example: https://github.com/hibiken/react-places-autocomplete

The one above looks awesome but conflicts with the way I've implemented google maps (using google-maps-react) instead of google maps library directly.