<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
	<name>Место встречи.kml</name>
	<StyleMap id="msn_parking_lot">
		<Pair>
			<key>normal</key>
			<styleUrl>#sn_parking_lot</styleUrl>
		</Pair>
		<Pair>
			<key>highlight</key>
			<styleUrl>#sh_parking_lot</styleUrl>
		</Pair>
	</StyleMap>
	<Style id="sn_parking_lot">
		<IconStyle>
			<color>ff00aa00</color>
			<scale>1.2</scale>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/shapes/parking_lot.png</href>
			</Icon>
			<hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
		</IconStyle>
		<ListStyle>
		</ListStyle>
	</Style>
	<Style id="sh_parking_lot">
		<IconStyle>
			<color>ff00aa00</color>
			<scale>1.4</scale>
			<Icon>
				<href>http://maps.google.com/mapfiles/kml/shapes/parking_lot.png</href>
			</Icon>
			<hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction"/>
		</IconStyle>
		<ListStyle>
		</ListStyle>
	</Style>
	<Placemark>
		<name>Место встречи</name>
		<LookAt>
			<longitude>105.3459271279888</longitude>
			<latitude>52.2983954648865</latitude>
			<altitude>0</altitude>
			<range>1928.6232167429</range>
			<tilt>-7.662785045176548e-012</tilt>
			<heading>0.3119982421033426</heading>
			<altitudeMode>relativeToGround</altitudeMode>
		</LookAt>
		<styleUrl>#msn_parking_lot</styleUrl>
		<Point>
			<coordinates>105.3430469090478,52.29826048992955,0</coordinates>
		</Point>
	</Placemark>
</Document>
</kml>
