<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Document>
  <name>Locatie Resort Bougainvilla</name>
     <Style id="khStyle1">
       <IconStyle id="khIconStyle2">
         <Icon>
           <href>root://icons/palette-4.png</href>
           <x>160</x>
           <y>128</y>
           <w>32</w>
           <h>32</h>
         </Icon>
       </IconStyle>
     </Style>
  <Placemark>
    <name>Resort Bougainvilla</name>
    <description>http://www.resortbougainvilla.com/</description>
    <styleUrl>#khStyle1</styleUrl>
    <Point>
      <coordinates>
-55.2322697333333,5.62911233333333,-24 
      </coordinates>
    </Point>
  </Placemark>
</Document>
</kml>

