<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
  <Placemark>
<name>NORTH SHORE</name>
   <visibility>1</visibility>
   <LookAt>
<longitude>174.6551</longitude>
<latitude>-36.6566</latitude>
<heading>048</heading>
      <tilt>70</tilt>
      <range>2000</range>
      <altitudeMode>relativeToGround</altitudeMode>
    </LookAt>
    <Style>
      <IconStyle>
        <Icon>
          <href>http://maps.google.com/mapfiles/kml/pal3/icon52.png</href>
        </Icon>
      </IconStyle>
      <LineStyle>
        <width>1</width>
      </LineStyle>
    </Style>
    <Point>
      <extrude>1</extrude>
      <altitudeMode>relativeToGround</altitudeMode>
<coordinates>174.6551,-36.6566,100</coordinates>
    </Point>
  </Placemark>
</kml>
