Packagecom.esri.aws.services
Classpublic class MapImageInfo

MapImageInfo is used to wrap the SOAP responses from the MapImageService.



Public Properties
 PropertyDefined by
  layers : Array
The LayerInfo object for each layer in the data source.
MapImageInfo
  legendURL : String
Contains the URL of the map legend.
MapImageInfo
  mapURL : String
Contains the URL to access the map.
MapImageInfo
Property detail
layersproperty
public var layers:Array

The LayerInfo object for each layer in the data source. Returned if the object MapImageOptions parameter returnLayer is set to "true".

legendURLproperty 
public var legendURL:String

Contains the URL of the map legend. Returned if the object MapImageOptions parameter mapLegend is defined.

mapURLproperty 
public var mapURL:String

Contains the URL to access the map.