I'm totally new to the Google Maps API's. I'm working on an application that should be similar to what you see here: http://www.wandelknooppunt.be/routeplanner?kaart=kempense-heide
I manage to add the nodes to the map, I don't see how to add the pathways between the nodes on the map. The route planning API seems no solution as the idea is the users should be able to create their route by clicking the nodes. Both the nodes and pathways are fixed.
So my question is how I can save a pathway (route) between two nodes in a database. (the pathway I want to store is not necessarily the fastest/shortest route between two nodes but it will always be a public route accessible by car)