<?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.756230,35.640301
139.753211,35.641346
139.750327,35.641716
139.746169,35.642548
139.743766,35.644738
139.744616,35.646841
139.738002,35.647425
139.740803,35.648331
139.739832,35.649479
139.739942,35.652132
139.741213,35.654556
139.742870,35.657192
139.742403,35.655453
139.737461,35.655714
</coordinates>
      </LineString>
    </Placemark>
  </Document>
</kml>
 