<element name="ScreenOverlay" type="kml:ScreenOverlayType" substitutionGroup="kml:Feature"/> |
< Folder xmlns = "http://www.opengis.net/kml/2.2" > |
< name> |
Screen Overlays |
</ name> |
< visibility> |
0 |
</ visibility> |
< description> |
Screen overlays have to be authored directly in KML. These examples illustrate absolute and dynamic positioning in screen space. |
</ description> |
< 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> |