From 4bd6d213f63c83a30cf040b7ae4f4b6ba7f3a865 Mon Sep 17 00:00:00 2001 From: William Bohrmann <118313312+williambohrmann3@users.noreply.github.com> Date: Fri, 3 May 2024 17:15:12 -0700 Subject: [PATCH] Toolkit concept docs XAML: batch 2 (#558) --- README.md | 2 +- docs/legend.md | 40 ++++++++++++++++++++++-- docs/measure-toolbar.md | 31 +++++++++++++++++-- docs/overview-map.md | 67 ++++++++++++----------------------------- 4 files changed, 88 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 5d54b5ced..bbf7b16f8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The ArcGIS Maps SDK for .NET Toolkit contains controls and components to acceler |[FloorFilter](docs/floor-filter.md) | ![image](https://user-images.githubusercontent.com/29742178/158746908-71a39e28-596f-44b6-9230-e2a04bdaeb9e.png) | Browse floor-aware maps and scenes and filter the view to show levels in a facility. | WinUI, MAUI, UWP, WPF | |[GeoViewController](docs/geoviewcontroller.md) | | A helper class to enable easy adoption of MVVM patterns in an ArcGIS Maps SDK for .NET application. | WinUI, MAUI, UWP, WPF | | [Legend](docs/legend.md) | | Display a legend for a map or scene view. | WinUI, MAUI, UWP, WPF | -| [MeasureToolbar](docs/measure-toolbar.md) | ![MeasureToolbar](https://user-images.githubusercontent.com/1378165/73389958-0f6dde00-428a-11ea-8c78-7192d49ea605.png) | Measure distances, areas, and features in a map view. | UWP, WPF | +| [MeasureToolbar](docs/measure-toolbar.md) | ![MeasureToolbar](https://user-images.githubusercontent.com/1378165/73389958-0f6dde00-428a-11ea-8c78-7192d49ea605.png) | Measure distances, areas, and features in a map view. | WinUI, UWP, WPF | |[OverviewMap](docs/overview-map.md) | | Display an interactive inset map for a map or scene. | WinUI, MAUI, UWP, WPF | |[PopupViewer](docs/popup-viewer.md) | | Displays information from simple popups. | WinUI, MAUI, UWP, WPF | | [ScaleLine](docs/scale-line.md) | ![ScaleLine](https://user-images.githubusercontent.com/1378165/73390077-3debb900-428a-11ea-8b2f-dfd4914a637e.png) | Display the current scale reference for a map. | WinUI, MAUI, UWP, WPF | diff --git a/docs/legend.md b/docs/legend.md index e11c80a3e..4cd435171 100644 --- a/docs/legend.md +++ b/docs/legend.md @@ -13,6 +13,42 @@ Display a legend for a map or scene view. ## Usage +### .NET MAUI: + +```xml + + + + +``` + +### UWP/WinUI: + +```xml + + + + + + + + +``` + +### WPF: + ```xml - -``` \ No newline at end of file + + + + + + + + +``` diff --git a/docs/measure-toolbar.md b/docs/measure-toolbar.md index 94c23a47c..0b61aa7b9 100644 --- a/docs/measure-toolbar.md +++ b/docs/measure-toolbar.md @@ -13,6 +13,33 @@ Measure distances, areas, and features in a `MapView`. ## Usage +### UWP/WinUI: + +```xml + + + + + + + + +``` + +### WPF: + ```xml - -``` \ No newline at end of file + + + + + + + + +``` diff --git a/docs/overview-map.md b/docs/overview-map.md index 9fbd1fed9..98e150134 100644 --- a/docs/overview-map.md +++ b/docs/overview-map.md @@ -28,60 +28,33 @@ OverviewMap has the following bindable properties: ## Usage -UWP: +### .NET MAUI: ```xml - - - - - - + + + + ``` -WPF: +### WinUI/UWP: ```xml - - - - - - + + + + ``` -MAUI: +### WPF: ```xml - - - - - - - - - - - -``` \ No newline at end of file + + + + +```