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. |
|
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 Tile
To export tiles you can use either the Export
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
Export
Tile to confirm whether the service supports this format.Cache Compact V2Allowed
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |