Class OfflineMapInfo
Information for an online map that has been taken offline.
Namespace: Esri.ArcGISRuntime.Toolkit
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public sealed class OfflineMapInfo
Remarks
When a map is taken offline, map information needs to be saved on device so that the map can be reloaded later when the device is offline. It provides access to and also enables display locally saved map information about downloaded map areas. This type is typically used when there is no network connection.
Properties
| Name | Description |
|---|---|
| Description | Gets the description of the portal item associated with the map. |
| Id | Gets the portal item ID associated with the map. |
| PortalItemUrl | Gets the URL of the portal item associated with the map. |
| ThumbnailData | Gets the thumbnail data for the portal item associated with the map. |
| Title | Gets the title of the portal item associated with the map. |