A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
public class MiniMapImageTilesLayer :
MiniMapLayerBase
Public Class MiniMapImageTilesLayer
Inherits MiniMapLayerBase
Examples
NOTE
A complete sample project is available at https://github.com/DevExpress-Examples/how-to-customize-a-mini-maps-layers-t200327.
<dxm:MiniMapImageTilesLayer>
<dxm:BingMapDataProvider BingKey="{Binding Source={StaticResource bingKey}}"/>
</dxm:MiniMapImageTilesLayer>
Inheritance
Extension Methods
See Also
Feedback