Property ExportTilesAllowed
ExportTilesAllowed
Gets a value indicating whether exporting tiles in compact format (.tpk) is supported.
Declaration
public bool ExportTilesAllowed { get; }
Property Value
Type | Description |
---|---|
Boolean | A value indicating whether exporting tiles in compact format (.tpk) is supported. |
Remarks
This property indicates whether the map service supports exporting tiles as compact (.tpk) format. Exporting tiles allows you to use them as a basemap, operational layer, or elevation source, without network connectivity. See TileCache for information on creating a layer from a local tile cache.
To export tiles you can use either the ExportTileCacheTask or the OfflineMapTask.
There are two formats for exporting a tile cache:
- Compact (.tpk) is the legacy format for a tile cache. All services that support exporting tiles, support the .tpk format. See Compact.
- Compact V2 (.tpkx) is the latest format used for exporting tiles, and is widely used across the ArcGIS platform. Check ExportTileCacheCompactV2Allowed to confirm whether the service supports this format.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.0 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 100.15 |