<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2">
  <Document>
    <name>GPS device</name>
    <snippet>Created dom apr 12 13:59:14 2026 GMT</snippet>
    <LookAt>
      <gx:TimeSpan>
        <begin>2026-04-12T07:28:56Z</begin>
        <end>2026-04-12T07:28:56Z</end>
      </gx:TimeSpan>
      <longitude>13.992559</longitude>
      <latitude>41.767611</latitude>
      <range>1300.000000</range>
    </LookAt>
    <!-- Normal waypoint style -->
    <Style id="waypoint_n">
      <IconStyle>
        <Icon>
          <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <!-- Highlighted waypoint style -->
    <Style id="waypoint_h">
      <IconStyle>
        <scale>1.2</scale>
        <Icon>
          <href>https://maps.google.com/mapfiles/kml/pal4/icon61.png</href>
        </Icon>
      </IconStyle>
    </Style>
    <StyleMap id="waypoint">
      <Pair>
        <key>normal</key>
        <styleUrl>#waypoint_n</styleUrl>
      </Pair>
      <Pair>
        <key>highlight</key>
        <styleUrl>#waypoint_h</styleUrl>
      </Pair>
    </StyleMap>
    <Folder>
      <name>Waypoints</name>
      <Placemark>
        <name>Fonte Canarelle</name>
        <TimeStamp>
          <when>2026-04-12T07:28:56Z</when>
        </TimeStamp>
        <styleUrl>#waypoint</styleUrl>
        <Point>
          <coordinates>13.992559,41.767611,1212.00</coordinates>
        </Point>
      </Placemark>
    </Folder>
  </Document>
</kml>
