You can create markers in my web application and create a route with google directions with those markers. But I want the user to be able to change the route aswell and i've found dragable directions in the google maps api v3. Is there a way to save the changed directions in the database so you can create the exact route again with that information ?
feedback
|
|
I'm going to assume that the following is all true:
Basically, this just assumes that the start- and end-points have already been chosen and the default route has already been drawn. (NOTE: The When the user changes the route, the application fires a
Something else also happens when the change the route: a new
The variable Each Then! The next time you load this page, you can grab those waypoints from the storage and initialize the route like so:
This should maintain the new route that the user chose. One final note: I left a lot out of this answer, like how they save it, how you know which user wants which route, etc. But the foundation is there. Godspeed. | |||||||
feedback
|
|
I have created set of scripts to save the directions waypoints in the database also code to fetch that information back and display the waypoints in another map. I have provided html, php and sql files and complete explanation in this link. Also you can copy the source code of that page and you can edit according to your preference and use the sql file for the database. | |||
|
feedback
|