Class OfflineMapAreasTemplateSettings
Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a OfflineMapAreasView control. Not intended for general use.
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Esri_ArcGISRuntime_Toolkit_UI_BasemapGalleryControllerWinRTTypeDetails))]
public sealed class OfflineMapAreasTemplateSettings : DependencyObject, IWinRTObject, IUnmanagedVirtualMethodTableProvider, IDynamicInterfaceCastable, IEquatable<DependencyObject>, INotifyPropertyChanged
Properties
| Name | Description |
|---|---|
| CanAddMapArea | Gets a value indicating whether the offline map can add new map areas. |
| HasNoAreas | Gets a value indicating whether there are no map areas available for the current map after it has loaded. |
| IsAddOnDemandMode | Gets a value indicating wheteher the Add On-Demand Map Area UI is currently active. This is used to toggle visibility of the Add On-Demand Map Area UI in the control template. |
| IsInternetNotAvailable | Gets a value indicating whether an internet connection is not available. |
| IsLoadingModels | Gets a value that indicates whether the current view model is loading map area models. |
| IsOnDemandMode | Gets a value indicating whether the offline map is operating in on-demand mode. |
| IsPreplannedMode | Gets a value indicating whether the offline map is operating in preplanned mode. |
| IsShowingOnlyOfflineModels | Gets a value that indicates whether only already offline models are currently available. |
| MapAreas | Gets the current map areas. |
| MapIsOfflineDisabled | Gets a value that indicates whether offline map areas are disabled for the current map. |
| PreplannedMapModelsError | Gets the current error raised while loading preplanned map models. |