I am using asp.net c# and google maps api. I want user can set route or markers on the map and I can save the points in the sql for showing them again.
There is some code @Chad Killingsworth wrote it for routing but how can I catch the lat/lng and write to db? polyline snap to road using google maps api v3 http://people.missouristate.edu/chadkillingsworth/mapsexamples/snaptoroad.htm
Or this is what I want but in php, how can I do that with asp.net? How can I know the points and record db?