Thanks again to everyone, I Managed to get things working ... Ran into a bit of an issue with MAX Queries to google, however I started checking to a maximum of 10 Intervals .. and all is good ...
On Sep 3, 10:38 am, JasonB <[EMAIL PROTECTED]> wrote: > Thank you .. As I said I am new to this, although not an excuse, I > figured if it was a slight syntax change It would save me some > time ... > > Thanks again for everyone’s help, I will go over the documentation in > more detail ... > > Cheers. > > On Sep 3, 9:27 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > wrote: > > > > > On Sep 3, 6:20 am, JasonB <[EMAIL PROTECTED]> wrote: > > > > Thank you so much guys ... > > > > I had my reservations about posting, figured I would get flamed for > > > being new to google maps .. But I must say I am very impressed! > > > > Considerate and knowledgeable is the only way to describe the type of > > > help I've received! > > > > I do have one more question .. and sorry i'm going to post a bit of > > > code :) > > > > In the latest example (http://www.geocodezip.com/multiple_routes.asp > > > ) > > > > (Which seems to be exactly what i'm looking for by the way ) .. > > > > It is using addresses instead of Lat/Long .. , Now I can use that in a > > > pinch if needed, but I already have it geocoded, is there any way to > > > adapt the code to allow for Co-ordinates instead of addresses? > > > > What would the Syntax be like ? > > > Do you not believe in reading the > > documentation?http://code.google.com/apis/maps/documentation/services.html#Driving_... > > > This page uses the geocoder to find the points first then gets > > directions between the resulting geographic > > coordinates::http://www.geocodezip.com/example_geo2.asp > > > -- Larry > > > > ----------------------------- > > > var route1 = 'from: 1 Microsoft Way, Redmond, WA 98052 to: 701 First > > > Ave, Sunnyvale, CA 94089'; > > > var route2 = 'from: 701 First Ave, Sunnyvale, CA 94089 to: 1600 > > > Amphitheatre Parkway, Mountain View, CA 94043'; > > > var route3 = 'from: 1600 Amphitheatre Parkway, Mountain View, CA 94043 > > > to: Las Vegas, NV'; > > > > routes = [route1, route2, route3, route4]; > > > ----------------------------------- > > > > On Sep 3, 9:02 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > > wrote: > > > > > On Sep 3, 5:53 am, JasonB <[EMAIL PROTECTED]> wrote: > > > > > > Ahh links it is :) > > > > > > I think that script may be a touch advanced for me ... > > > > > > Do you know of any example .... "LINK" :) ... That just does the > > > > > multiple point driving directions .. > > > > > > I think my subject may have been misleading .. as technically what you > > > > > gave is Multiple Destinations .. (Amazing example by the way .. ) .. > > > > > But I was looking for more of : > > > > > > Point1 > Point2 > Point3 > Point4 > > > > > Here is an example that may also be a little more complicated than you > > > > need:http://www.geocodezip.com/multiple_routes.asp > > > > (you could probably just use one GDirections call if you only have 4 > > > > points, and you don't need the modification of the polylines) > > > > > -- Larry > > > > > > On Sep 3, 8:44 am, marcelo <[EMAIL PROTECTED]> wrote: > > > > > > > On Sep 2, 10:03 pm, JasonB <[EMAIL PROTECTED]> wrote: > > > > > > > > Hello everyone, > > > > > > > > I was wondering if anyone had an example they would be willing to > > > > > > > post > > > > > > > of the code to create driving directions to multiple destinations > > > > > > > .. > > > > > > > No! We, (the good guys), don't post code here! ;-) > > > > > > We post links instead: > > > > > > >http://maps.forum.nu/gm_driving_radius.html > > > > > > > That example tries to get directions to several points within a > > > > > > given > > > > > > radius. > > > > > > > -- > > > > > > Marcelo -http://maps.forum.nu > > > > > > --- Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
