| Package | com.esri.ags.layers.supportClasses |
| Class | public class MapImage |
| Inheritance | MapImage flash.events.EventDispatcher |
| Subclasses | KMLGroundOverlay |
See also
| Property | Defined By | ||
|---|---|---|---|
| extent : Extent
Extent of exported map. | MapImage | ||
| height : Number
Requested image height in pixels. | MapImage | ||
| href : String
URL to returned image. | MapImage | ||
| rotation : Number
Rotation
| MapImage | ||
| scale : Number
Scale of requested dynamic map. | MapImage | ||
| width : Number
Requested image width in pixels. | MapImage | ||
| extent | property |
extent:ExtentExtent of exported map.
This property can be used as the source for data binding.
public function get extent():Extent public function set extent(value:Extent):void| height | property |
height:NumberRequested image height in pixels.
This property can be used as the source for data binding.
public function get height():Number public function set height(value:Number):void| href | property |
href:StringURL to returned image.
This property can be used as the source for data binding.
public function get href():String public function set href(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| scale | property |
scale:NumberScale of requested dynamic map.
This property can be used as the source for data binding.
public function get scale():Number public function set scale(value:Number):void| width | property |
width:NumberRequested image width in pixels.
This property can be used as the source for data binding.
public function get width():Number public function set width(value:Number):void