menu
geoxml package
documentation
geoxml.dart
GpxWriter
asXml method
asXml method
dark_mode
light_mode
asXml
method
XmlNode
asXml
(
GeoXml
gpx
)
Convert Gpx into GPX XML (v1.1) as XmlNode
Implementation
XmlNode asXml(GeoXml gpx) => _build(gpx);
geoxml package
documentation
geoxml
GpxWriter
asXml method
GpxWriter class