menu
geoxml package
documentation
geoxml.dart
KmlWriter
asXml method
asXml method
dark_mode
light_mode
asXml
method
XmlNode
asXml
(
GeoXml
gpx
)
Convert Gpx into KML as XmlNode
Implementation
XmlNode asXml(GeoXml gpx) => _build(gpx);
geoxml package
documentation
geoxml
KmlWriter
asXml method
KmlWriter class