> I am developing a google map api.I would like to save the kml file
> from the google map api.If i place a placemark and if i draw a
> polyline or any other action i perform in the map the kml should be
> generated.I am really searching for this.Guys can you help me out.

That's all perfectly do-able, but you'll have to write it.

Describes the form of KML -
http://code.google.com/apis/kml/documentation/kml_tut.html

You'll have to decide where you want to save the KML. I would expect
on a server, as you can't easily create and save files in a browser.
It might be easier to send your data to your server in a 'form' and
have your server code do the conversion to KML.

cheers, Ross K

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to