<?xml version="1.0" encoding="UTF-8"?>
<Document>
<Style id="polygonStyle">
<IconStyle>
<!-- Hide the pushpin -->>
<scale>0.0</scale>
</IconStyle>
<LabelStyle>
<color>ffffff00</color>
<colorMode>normal</colorMode>
</LabelStyle>
<PolyStyle>
<color>4400ff00</color>
<colorMode>normal</colorMode>
<fill>1</fill>
<outline>1</outline>
</PolyStyle>
</Style>
<Placemark>
<name>A Polygon with label</name>
<styleUrl>#polygonStyle</styleUrl>
<MultiGeometry>
<Point>
<coordinates>0.0,0.0,0.0</coordinates>
</Point>
<Polygon>
<outerBoundaryIs>
<LinearRing>
<coordinates>
10.0,10.0,0.0
10.0,-10.0,0.0
-10.0,-10.0,0.0
-10.0,10.0,0.0
10.0,10.0,0.0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</MultiGeometry>
</Placemark>
</Document>
</kml>