Hi Larry
thanks for your reply. I have looked at the documentation below.... I would suggest you start with drawing a polyline on a Google Maps API based map. http://code.google.com/apis/maps/documentation/examples/index.html has this example: http://code.google.com/apis/maps/documentation/examples/polyline-simp... and it refers to a the following format var polyline = new GPolyline([ new GLatLng(37.4419, -122.1419), new GLatLng(37.4519, -122.1519)], "#ff0000", 10); how would i arrange my array with 200 elements in this format? maybe im missing something here.. do you maybe have a code example i can look at? im going to look at the Gdownload class and work with it. thanks again for your help and time :) -- 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.
