Complex Type | kml:vec2Type |
<attribute name="xunits" type="kml:unitsEnum" use="optional" default="fraction"/> |
< ScreenOverlay xmlns = "http://www.opengis.net/kml/2.2" > |
< name> |
Simple crosshairs |
</ name> |
< visibility> |
0 |
</ visibility> |
< description> |
This screen overlay uses fractional positioning to put the image in the exact center of the screen |
</ description> |
< Icon> |
< href> |
http://developers.google.com/kml/documentation/images/crosshairs.png |
</ href> |
</ Icon> |
< overlayXY x = "0.5" y = "0.5" xunits = "fraction" yunits = "fraction" /> |
< screenXY x = "0.5" y = "0.5" xunits = "fraction" yunits = "fraction" /> |
< rotationXY x = "0.5" y = "0.5" xunits = "fraction" yunits = "fraction" /> |
< size x = "0" y = "0" xunits = "pixels" yunits = "pixels" /> |
</ ScreenOverlay> |