On Sep 29, 5:48 am, brownd92 <[EMAIL PROTECTED]> wrote: > I know this is probably a simple question. But hear me out before you > all post me to death! :-) > > I have a wesite for a charity run (www.thelongrundown.org) > The run happens over four days: > Day 1: Belfast to portadown > Day 2: Portadown to Newry > Day 3: Newry to Dregheda > Day 4: Drogheda to Dublin. > > What I would like to do is display the route on google maps (specific > street names) for each day so people could come out and support us on > the way. > > Can someone give me simple demo or resource where it would explain how > to do this within google maps?
use GDirections: http://code.google.com/apis/maps/documentation/services.html#Directions (there are examples in the documentation) more complicated example: http://www.geocodezip.com/example_geo2.asp?addr1=belfast&addr2=portadown&geocode=1&geocode=2 If the route of the race doesn't follow that path, you may need to force it by inserting waypoints. -- Larry > > Thanks > > David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
