asXml method

XmlNode asXml(
  1. Gpx gpx
)

Convert Gpx into KML as XmlNode

Implementation

XmlNode asXml(Gpx gpx) => _build(gpx);