| Package | com.esri.aws.services |
| Class | public class MapImageOptions |
See also
| Property | Defined by | ||
|---|---|---|---|
| backgroundColor : String
The background color of the map image.
| MapImageOptions | ||
| dataSource : String
The name of the data source to use for mapping.
| MapImageOptions | ||
| displayLayers : Array
The map layers that are visible.
| MapImageOptions | ||
| height : int
The height of the requested map
| MapImageOptions | ||
| mapImageFormat : String
The image format of the map.
| MapImageOptions | ||
| mapLegend : MapLegend
The legend for the map.
| MapImageOptions | ||
| outputCoordSys : CoordSys
The coordinate system of the output map.
| MapImageOptions | ||
| returnLayers : Boolean = false
If true, LayerInfo objects are returned.
| MapImageOptions | ||
| styleSheet : String
The style sheet to apply to the map.
| MapImageOptions | ||
| width : int
The width of the requested map
| MapImageOptions | ||
| backgroundColor | property |
public var backgroundColor:StringThe background color of the map image. Valid format is an R,G,B string with each value between 0 and 255 (for example, "255,0,0" is red). To set a transparent background, include "transparent:" at the beginning of your R,G,B value (for example, "transparent:255,0,0").
The default value is "255,255,255" (white)..
| dataSource | property |
public var dataSource:StringThe name of the data source to use for mapping. Required. See Map Image data sources for valid values (use the name in parenthesis.)
| displayLayers | property |
public var displayLayers:ArrayThe map layers that are visible. The default visible layers on the map image are displayed if displayLayers is not set.
| height | property |
public var height:intThe height of the requested map
| mapImageFormat | property |
public var mapImageFormat:StringThe image format of the map. Valid values are "jpg", "gif", "png", "png8", "svg", or "swf" (Flash). Default value is "jpg" for imagery maps and "gif" for road maps.
| mapLegend | property |
public var mapLegend:MapLegendThe legend for the map.
| outputCoordSys | property |
public var outputCoordSys:CoordSysThe coordinate system of the output map. Default value is the projection of the input map extent or center point.
| returnLayers | property |
public var returnLayers:Boolean = falseIf true, LayerInfo objects are returned.
The default value is false.
| styleSheet | property |
public var styleSheet:StringThe style sheet to apply to the map. Valid values are "classicEuropean", "coolSteel", "grayScale", "neutral", and "tangerine".
The default value is "neutral".
| width | property |
public var width:intThe width of the requested map