ArcGIS Maps SDK for .NET Toolkit
The ArcGIS Maps SDK for .NET Toolkit contains controls and components to accelerate your development with ArcGIS Maps SDK for .NET.
IMPORTANT This branch showcases changes we will be releasing in our upcoming 200.0 release. To report any toolkit related bug or question please create an issue in this repo. For any other feedback please join the Esri Early Adopter community.
Note: At version 200.0, Toolkit assemblies are now built individually for each platform. Please replace any existing
Esri.ArcGISRuntime.Toolkit
NuGet reference with Toolkit NuGet package specific to that platform. For example if you have a WPF application using Toolkit, you will need to uninstallEsri.ArcGISRuntime.Toolkit
NuGet package and addEsri.ArcGISRuntime.Toolkit.WPF
NuGet package.
Documentation
Features
Component | Screenshot | Description | Availability |
---|---|---|---|
BasemapGallery | Display a list or grid of Basemaps. | WinUI, MAUI, UWP, WPF | |
BookmarksView | Show and navigate to bookmarks from a map or a custom list. | WinUI, MAUI, UWP, WPF | |
Compass | Show a compass direction when the map or scene is rotated. | WinUI, MAUI, UWP, WPF | |
FeatureDataField | Display and optionally allow editing of a single field attribute of a feature. | UWP, WPF | |
FloorFilter | Browse floor-aware maps and scenes and filter the view to show levels in a facility. | WinUI, MAUI, UWP, WPF | |
Legend | Display a legend for a single layer in a map, optionally including sublayers. | WinUI, MAUI, UWP, WPF | |
MeasureToolbar | Measure distances, areas, and features in a map view. | UWP, WPF | |
OverviewMap | Display an interactive inset map for a map or scene. | WinUI, MAUI, UWP, WPF | |
ScaleLine | Display the current scale reference for a map. | WinUI, MAUI, UWP, WPF | |
SearchView | Search using one or more locators, with support for suggestions, automatic zooming, and custom search sources. | WinUI, MAUI, UWP, WPF | |
SymbolDisplay | Render a symbol in a control. | WinUI, MAUI, UWP, WPF | |
TimeSlider | Interactively manipulate or animate the time extent for a map or scene. | WinUI, UWP, WPF | |
UtilityNetworkTraceTool | Use named trace configurations defined in a web map to perform connected trace operations and compare results. | WPF, UWP, WinUI, MAUI |
Get started
Note: At version 200.0, Toolkit assemblies are now built individually for each platform. Please replace any existing
Esri.ArcGISRuntime.Toolkit
NuGet reference with Toolkit NuGet package specific to that platform. For example if you have a WPF application using Toolkit, you will need to uninstallEsri.ArcGISRuntime.Toolkit
NuGet package and addEsri.ArcGISRuntime.Toolkit.WPF
NuGet package.
The simplest way to get started is to add the platform-specific NuGet package(s) to your projects:
- WPF:
Esri.ArcGISRuntime.Toolkit.WPF
- UWP:
Esri.ArcGISRuntime.Toolkit.WinUI
- UWP:
Esri.ArcGISRuntime.Toolkit.UWP
- MAUI:
Esri.ArcGISRuntime.Toolkit.Maui
Customize
The ArcGIS Maps SDK for .NET Toolkit is provided as an open-source project so you can customize it for your requirements. See the docs for instructions on building the Toolkit yourself.
Compatibility
Nuget packages for Toolkit are tested and published in sync with the Esri.ArcGISRuntime.*
packages. Toolkit is only supported when used with the matching ArcGIS Maps SDK for .NET API version.
Contribute
Anyone and everyone is welcome to contribute.
Toolkit is provided as an open source project to enable you to customize for your requirements. See the docs for instructions on building the Toolkit yourself.
Find a bug or want to request a new feature? Please let us know by submitting an issue.
License
Copyright © 2014-2022 Esri.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.