kml:size
Element information
Namespace: http://www.opengis.net/kml/2.2
Schema document: ogckml22.xsd
Type: kml:vec2Type
Properties: Global, Qualified
Content
- Empty content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
x | [0..1] | xsd:double | Default value is "1.0". | |
y | [0..1] | xsd:double | Default value is "1.0". | |
xunits | [0..1] | kml:unitsEnumType | Default value is "fraction". | |
yunits | [0..1] | kml:unitsEnumType | Default value is "fraction". |
Used in
- Type kml:ScreenOverlayType (Element kml:ScreenOverlay)
Sample instance
<size x="0" y="0" xunits="pixels" yunits="pixels"/>