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 |
---|---|
System.Boolean |
|
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.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |