Skip to content

Samples for v300.0.0 Release

Latest

Choose a tag to compare

@imalcolm1 imalcolm1 released this 21 Apr 21:13
· 3 commits to main since this release
6dd5142

New Samples

All previous 200.x samples have been migrated to 300.0. Version 200.8 was the last release to support Universal Windows Platform (UWP) and .NET Framework. The following new samples have been added in this release:

Enhancements

  • Updated all Sample Viewer apps to use the Calcite .NET Toolkit. Note that some samples in the viewer now require the Calcite toolkit when built outside of the Sample Viewer solution.
  • Updated OAuth login prompts to use WebView2.
  • Downloading sample data workflow has been enhanced to present a permission dialog before downloading the sample data.
  • Added XAML converters for RuntimeImage-to-ImageSource on MAUI, simplifying image display in several samples.
  • Updated Filter features in scene with a new workflow that allows searching buildings layer by name.
  • Updated Set spatial reference to allow users to set spatial reference at runtime.
  • Renamed samples and Analysis APIs to include the Exploratory prefix.
  • Added WinUI implementation of Display overview map.
  • Updated several sample READMEs for clarity and consistency.
  • Removed references to ArcMap from sample descriptions.

Updates required for migration to version 300.0

  • Removed the UWP Sample Viewer app.
  • No option to build WPF samples using .NET Framework.
  • Eliminated Windows x86 build targets.
  • No use of obsolete layer creation APIs in XAML.
  • Removed references to deprecated Esri.ArcGISRuntime.Http.ArcGISWebException.

Bug fixes