API Reference > imodeljs-common > DisplayStyles > MapImageryProps MapImageryProps Interface Beta The JSON representation of the map imagery. Map imagery include the specification for the base layer (which was originally represented by BackgroundMapProps.providerName && BackgroundMapProps.providerData) and additional map layers. In earlier versions only a background map was supported as specified by the providerName and mapType members of BackgroundMapSettings object. In order to provide backward compatibility the original BackgroundMapSettings are synchronized with the MapImagerySettings base layer as long as the settings are compatible. Properties Name Type Description backgroundBase undefined | BaseLayerProps backgroundLayers undefined | MapLayerProps[] overlayLayers undefined | MapLayerProps[] Defined in core/common/src/MapImagerySettings.ts Line 25 Last Updated: 11 June, 2024