Skip to main content
A newer version of this page is available. .

MiniMapImageTilesLayer Class

A layer that displays image tiles, obtained from one of the supported map providers, on the mini map.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class MiniMapImageTilesLayer :
    MiniMapLayerBase

Example

View Example

<dxm:MiniMapImageTilesLayer>
    <dxm:BingMapDataProvider BingKey="{Binding Source={StaticResource bingKey}}"/>
</dxm:MiniMapImageTilesLayer>
See Also