Convert a Google Earth KmlPolygon into KML string -


if have kmlpolygon object, how might convert kml string? functionality allow save whatever has been modelled , use layer in google earth desktop instance, or load web plugin.

edit

this opposite of fetchkml.

found it. can use getkml() function of kmlfeature return kml string. can add multiple kmlpolygon objects constructing kmldocument using dom.builddocument() of utility library, , using getkml() on that.


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -