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