Skip to content

Commit

Permalink
Update README and add/modify SampleInfo attributes to GeoViewControll…
Browse files Browse the repository at this point in the history
…erSample and UtilityNetworkTraceToolSample (#597)
  • Loading branch information
prathameshnarkhede authored Aug 23, 2024
1 parent 8f5c2c5 commit fd341b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The ArcGIS Maps SDK for .NET Toolkit contains controls and components to acceler
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`
- WinUI: `Esri.ArcGISRuntime.Toolkit.WinUI`
- UWP: `Esri.ArcGISRuntime.Toolkit.UWP`
- MAUI: `Esri.ArcGISRuntime.Toolkit.Maui`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

namespace Toolkit.SampleApp.Maui.Samples;

[SampleInfo(Category = "GeoViewController", Description = "A helper class to enable easy adoption of MVVM patterns in an ArcGIS Maps SDK for .NET application.")]
public partial class GeoViewControllerSample : ContentPage
{
public GeoViewControllerSample()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace Toolkit.SampleApp.Maui.Samples
{
[XamlCompilation(XamlCompilationOptions.Compile)]
[SampleInfo(Category = "UtilityNetworkTraceTool", Description = "UtilityNetworkTraceTool")]
[SampleInfo(Category = "UtilityNetworkTraceTool", Description = "Use named trace configurations defined in a web map to perform connected trace operations and compare results.")]
public partial class UtilityNetworkTraceToolSample : ContentPage
{
private const string WebmapURL = "https://www.arcgis.com/home/item.html?id=471eb0bf37074b1fbb972b1da70fb310";
Expand Down

0 comments on commit fd341b9

Please sign in to comment.