On Apr 22, 7:21 am, Ecodix <[email protected]> wrote: > Please, > > how possible change data point, with xml file > > // ========= Now process the polylines =========== > > var points = > [ > new GLatLng(14.836926,-91.524906), > new GLatLng(14.838057,-91.524611), > new GLatLng(14.840639,-91.524085), > ............ > ]; > > I want load data GPS Xml (exemple) > > <trkpt lat="37.015249" lon="-117.451078"> > <time>2010-12-26T22:44:22Z</time> > <course>105.42</course> > <speed>059</speed> > <ele>741</ele> > </trkpt> > <trkpt lat="37.015249" lon="-117.451078"> > > Thanks
What are you asking? How to parse the lat and lon attributes out of the trkpt element? See Mike Williams' tutorial for examples of that (lat/lng but the principle is the same). http://econym.org.uk/gmap/ -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
