Hi larry, Sorry. I should have mentioned that i can't provide a link because the HTML code will be injected into a VB application, and will not physically live online. Thats why i supplied the WHOLE code. you can paste into notepad and save as a .html to see what it's doing.
I would like to do this : var polyline = new GPolyline([(location1.x,location1.y), (location2.x,location2.y)], "#ff0000", 10); But i dont think that i have either the method correct, or possibly the syntax. Thanks On Sep 16, 3:58 pm, "[email protected]" <[email protected]> wrote: > On Sep 16, 7:10 am, Paybak <[email protected]> wrote: > > > Hope you can help with this problem. > > > I am moving [2]draggablemarkersmanually. > > I can read their Lat/Lng Coordinates which i set as variables > > "location1" and "location2", using the getLatLng() method. But i cant > > draw apolylinebetween them, or calculate the distance (km). > > What problem are you encountering? > > > Any > > pointers would be appreciated. (Please give examples, not just "Look > > at the API documentation for......")!!!!! > > > My code is posted below: > > Where is your map? > I can't execute your code in my head and I'm not going to copy it out > of a group posting and run it (you want help, help us to help you). > But that just me... > > -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
