Hi all,
Using maps API v2.
How can I use JS or jQuery to
export the data in an infoWindow
to an XML file?
ex:
say the infoWindow opens above a marker,
and looks like this:
----------------------------
Location: AAA
Distance: 30 miles
----------------------------
Then, the needed output XML file "out.XML",
should look like this:
<data>
<markerinfo>
<Location>AAA</Location>
<Distance>30 miles</Distance>
<markerinfo>
</data>
- The output XML file should be generated at the time the infoWindow
is displayed on screen.
- The output XML file will be read and used by another non-maps web
program.
Maybe there's a simple way to do this?
code example appreciated...txs!
SFdude
--
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.