Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public class MiniMapImageTilesLayer :
    MiniMapLayerBase

Example

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