QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
x | double | 1.0 | optional | |||
xunits | kml:unitsEnum | fraction | optional | |||
y | double | 1.0 | optional | |||
yunits | kml:unitsEnum | fraction | optional |
<element name="overlayXY" type="kml:vec2Type" minOccurs="0"/> |
< 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> |