WinUIEx.Maps is a WinUI 3 map control with Azure Maps raster and vector basemaps, custom raster tile layers, map elements, touch and pointer navigation, and Direct3D rendering.
Install the WinUIEx.Maps NuGet package, then add a map control:
<maps:MapControl
MapServiceToken="your-azure-maps-token"
MapStyle="Road" />Azure Maps styles require an Azure Maps token. MapStyle.Blank can be used with
custom HTTP(S) tile layers without an Azure token.
- Documentation Overview
- Getting started
- Map elements and interaction
- Custom raster tiles
- Custom vector tiles
- Configuration and accessibility
WinUIEx.Maps uses a dual source-available license:
- Noncommercial use is free.
- All commercial use requires an active GitHub Sponsorship of at least USD $10 per month at github.com/sponsors/dotMorten.
Using the package constitutes acceptance of the terms in LICENSE.md.