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. 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 - 200.1 |
.NET 6.0 | 100.13 - 200.1 |
.NET 6.0 Windows | 100.13 - 200.1 |
.NET 6.0 Android | 200.0 - 200.1 |
.NET 6.0 iOS | 200.0 - 200.1 |
.NET Framework | 100.0 - 200.1 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Android | 100.0 - 100.15 |
iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.1 |