Optional properties: MapImageLayerPropertiesReadonly allA flat Collection of all the sublayers in the MapImageLayer including the sublayers of its sublayers.
Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
normal
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#blendMode)
Readonly capabilitiesIndicates the layer's supported capabilities.
The copyright text as defined by the service.
A list of custom parameters appended to the URL of all resources fetched by the layer.
Readonly datesThis property is set by the service publisher and indicates that dates should be considered without the local timezone.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#datesInUnknownTimezone)
The output dots per inch (DPI) of the MapImageLayer.
96
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#dpi)
Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#effect)
The full extent of the layer.
The version of the geodatabase of the map service data.
The unique ID assigned to the layer.
The output image type.
png24
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#imageFormat)
Indicates the maximum height of the image exported by the service.
2048
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#imageMaxHeight)
Indicates the maximum width of the image exported by the service.
2048
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#imageMaxWidth)
Indicates whether the background of the image exported by the service is transparent.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-MapImageLayer.html#imageTransparency)
Indicates whether the layer will be included in the legend.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ArcGISMapService.html#legendEnabled)
Indicates how the layer should display in the LayerList widget.
"show"
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#listMode)
Readonly loadThe Error object returned if an error occurred while loading.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)
Readonly loadRepresents the status of a load operation.
not-loaded
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)
Readonly loadA list of warnings which occurred while loading.
Readonly loadedIndicates whether the layer's resources have loaded.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#loaded)
The maximum scale (most zoomed in) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#maxScale)
The minimum scale (most zoomed out) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#minScale)
The opacity of the layer.
1
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#opacity)
The portal item from which the layer is loaded.
Refresh interval of the layer in minutes.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-RefreshableLayer.html#refreshInterval)
The map service's metadata JSON exposed by the ArcGIS REST API.
Readonly spatialThe spatial reference of the layer as defined by the service.
A Collection of Sublayer objects that allow you to alter the properties of one or more sublayers of the MapImageLayer.
The layer's time extent.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeExtent)
TimeInfo provides information such as date fields that store start and end time for each feature and the fullTimeExtent for the layer.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeInfo)
A temporary offset of the time data based on a certain TimeInterval.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#timeOffset)
The title of the layer used to identify it in places such as the LayerList widget.
Readonly typeThe URL to the REST endpoint of the map service.
Determines if the layer will update its temporal data based on the view's timeExtent.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-TemporalLayer.html#useViewTime)
Readonly versionThe version of ArcGIS Server in which the map service is published.
Indicates if the layer is visible in the View.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#visible)
Protected _getProtected _setCancels a load() operation if it is already in progress.
Gets the parameters of the exported image to use when calling the export REST operation.
Optional options: MapImageLayerCreateExportImageParametersOptionsCalled by the views, such as MapView and SceneView, when the layer is added to the Map.layers collection and a layer view must be created for it.
Optional options: LayerCreateLayerViewOptionsReturns a deep clone of a map service's sublayers as defined by the service.
Destroys the layer and any associated resources (including its portalItem, if it is a property on the layer).
This method fetches the image for the specified extent and size.
Optional options: MapImageLayerFetchImageOptionsReturns the sublayer with the given layerId.
Loads all of the sublayers.
Protected notifyStatic fromJSONGenerated using TypeDoc
MapImageLayer allows you to display and analyze data from sublayers defined in a map service, exporting images instead of features.
Read more...