It seems to bee a good combinanation. Especially, the Snap to Roads Framework.
Right now, i am able to retrieve my current position and update it every 8 sec. And it is working very good.
What i cannot figure out, is how to store my route (gps points) to plot it later.
How about setting up a service for this? You could then simply push new values to this service and this will store your data as long as your application is running. Or do you need to store gps data even if the application is closed?
Exactly, I need all the gps coordinates to be stored, so after the user has finished his route to be able to see it. All the routes he has made. Like a personal history of routes.
I am using Parse server and mongoDB current moment.