| Package | com.esri.ags.layers.supportClasses |
| Class | public class KMLScreenOverlay |
| Inheritance | KMLScreenOverlay flash.events.EventDispatcher |
See also
| Property | Defined By | ||
|---|---|---|---|
| description : String
KML screen overlay description. | KMLScreenOverlay | ||
| href : String
URL to screen overlay image. | KMLScreenOverlay | ||
| id : Number
The id of the KML screen overlay. | KMLScreenOverlay | ||
| name : String
The name of the KML screen overlay. | KMLScreenOverlay | ||
| rotation : Number
Rotation
| KMLScreenOverlay | ||
| snippet : String
Short snippet describing the KML screen overlay. | KMLScreenOverlay | ||
| visible : Boolean
The KML screen overlay visibility. | KMLScreenOverlay | ||
| description | property |
description:StringKML screen overlay description.
This property can be used as the source for data binding.
public function get description():String public function set description(value:String):void| href | property |
href:StringURL to screen overlay image.
This property can be used as the source for data binding.
public function get href():String public function set href(value:String):void| id | property |
id:NumberThe id of the KML screen overlay.
This property can be used as the source for data binding.
public function get id():Number public function set id(value:Number):void| name | property |
name:StringThe name of the KML screen overlay.
This property can be used as the source for data binding.
public function get name():String public function set name(value:String):void| rotation | property |
rotation:NumberRotation
This property can be used as the source for data binding.
public function get rotation():Number public function set rotation(value:Number):void| snippet | property |
snippet:StringShort snippet describing the KML screen overlay.
This property can be used as the source for data binding.
public function get snippet():String public function set snippet(value:String):void| visible | property |
visible:BooleanThe KML screen overlay visibility.
This property can be used as the source for data binding.
public function get visible():Boolean public function set visible(value:Boolean):void