<?xml version="1.0" encoding="UTF-8"?><kml xmlns="http://www.opengis.net/kml/2.2">
  <Document>
    <name>Your Route</name>
    <description>Downloaded from mymovingmap.com</description>
    <Style id="yellowLineGreenPoly">
      <LineStyle>
        <color>7f00ffff</color>
        <width>4</width>
      </LineStyle>
      <PolyStyle>
        <color>7f00ff00</color>
      </PolyStyle>
    </Style>
    <Placemark>
      <name>My Route</name>
      <description>Route</description>
      <styleUrl>#yellowLineGreenPoly</styleUrl>
      <LineString>
        <extrude>1</extrude>
        <tessellate>1</tessellate>
        <altitudeMode>relative</altitudeMode>
        <coordinates>
139.733502,35.656780
139.728822,35.661566
139.729764,35.661311
</coordinates>
      </LineString>
    </Placemark>
  </Document>
</kml>
 