[Google Maps API v3] Re: Routes - how to display from XML

2011-07-12 Thread Rossko
I want to display the route...or a polyline that snap to the roads, which means the same. Not the same. Do you want a line representing a series of coordinates (guessing a GPS track log) ?Or do you want a line between two or more points, that follows streets, but may not have anything to

Re: [Google Maps API v3] Re: Routes - how to display from XML

2011-07-12 Thread Catalin Radu
I want a line representing a series of coordinates, yes, the gps log. since the gps is transmitting every 3 minutes, the possibility of wrong interpretion of the route is very small..so it would have to do with the route. If you have a more reliable solution..this is why I'm here. The data is

[Google Maps API v3] Re: Routes - how to display from XML

2011-07-12 Thread Rossko
I want a line representing a series of coordinates, yes, the gps log. since the gps is transmitting every 3 minutes, the possibility of wrong interpretion of the route is very small..so it would have to do with the route. Okay, so you need to write some code that (a) gets coordinates from

[Google Maps API v3] Re: Routes

2011-06-13 Thread Grok Lobster
Did you look at the examples? http://code.google.com/apis/maps/documentation/javascript/examples/index.html On Jun 13, 10:47 am, Gimpygoat mattcol...@gmail.com wrote: Hello Everyone, I am sure this is a simple question, but am not finding the resources to accomplish my task. I am looking for