Esri.ArcGISRuntime.WinUI
Contains APIs and UI controls for building desktop applications with the WinUI framework.
- MapView control used for the display of map layers and information in 2D. It controls the area (extent) of the map that is visible and supports user interactions such as pan and zoom.
- SceneView used for the display of 2D layers and 3D scene layers and information in 3D. It uses a camera to control the visible area (extent) of the scene and supports user interactions such as pan, zoom, tilt, and rotate.
- Callout control used for the display of information over a mapview of sceneview and is anchored to a coordinate with a leader.
- Platform-specific image support
Supported application types:
- Universal Windows Platform (UWP) apps
- Windows desktop (Win32) apps
Add a reference to Esri.ArcGISRuntime.WinUI to your application projects:
<PackageReference Include="Esri.ArcGISRuntime.WinUI" Version="100.15.0" />