Show / Hide Table of Contents

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
CacheStorageFormat

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.1
.NET 6.0100.13 - 200.1
.NET 6.0 Windows100.13 - 200.1
.NET 6.0 Android200.0 - 200.1
.NET 6.0 iOS200.0 - 200.1
.NET Framework100.0 - 200.1
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.1
In This Article
Back to top Copyright © 2022 Esri.