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
Post a Comment