On Nov 30, 9:20 pm, Niven Sookharan <[email protected]> wrote: > 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?
Here is a page that loads a polyline in a particular xml format (you can modify the code to read whatever format you like...) http://www.geocodezip.com/GenericMapBrowser.asp?filename=JetBlue080522d.xml -- Larry > > 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.
