On Feb 6, 7:11 am, Robert Sealey <[email protected]> wrote: > Hi there, > > First of all, apologies if this post is in the wrong place or just > stupid - I'm a newbie at google maps, and want to do something that > doesn't seem to have been done anywhere else, but also on the face > of it seems as though it ought to be easy(ish) to do. > > What I want is to create some delivery routes (just a couple of > roads to start) which when I've delivered leaflets to them, I can > click on the road to show a polyline so that I can see I've > delivered there - and I want to be able to store the state of the > line in a database so that next time I look at the map, it still > shows the roads I've delivered.
I would use something like this: http://www.geocodezip.com/v3_GoogleEx_directions-draggable2Xml.html to capture the routes. I usually store mine as xml files, but if you want to put them in a database, you might want to use encoded polylines. Read the Terms of Use to verify that you believe what you are doing complies. -- Larry > > Please accept in your answer that I have very little knowledge of > the API and how to implement it. I do however have my site hosted > on a site with full php and MYSQL > > Many thanks, > > Rob. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
