<?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.795317,35.704212
139.796036,35.703850
139.793930,35.700116
139.792300,35.698753
139.798814,35.695867
139.803172,35.694842
139.803483,35.693253
139.804614,35.690072
139.804615,35.689804
139.809240,35.682151
139.809211,35.681330
139.809556,35.680004
139.808807,35.677598
139.810673,35.669163
139.811509,35.663266
139.811102,35.663361
139.805909,35.663091
139.804392,35.659175
139.799783,35.655876
139.799457,35.653582
139.795991,35.651892
139.789654,35.647924
139.789335,35.647903
139.785431,35.652297
139.782030,35.655832
139.764082,35.663329
</coordinates>
      </LineString>
    </Placemark>
  </Document>
</kml>
 