Closed nabil-g closed 6 years ago
Hi! Yes, this is already possible!
Here you can find a basic implementation that uses this feature: https://github.com/ffwdme/ffwdme.js/tree/master/src/debug/geoprovider In this special case it is about the replay of a recorded route, so you can debug from home, instead of driving around all the time :)
The interesting part is this:
That's all that should be necessary to insert custom locations into ffwdme.
Closing this issue for now, but please feel free to reopen (or open another one) if you need any more help!
Hi, I plan to use this library for a personal project so I am wondering if it would be possible to get the user position from an outside source (e.g an arduino shield sending data through a serial port to a node script, and then through a socket to the browser ? Instead of using html5 geolocation api
Thank you for your job !