Property LevelIds
LevelIds
Gets a mutable list of levels of detail indices to be included in the exported TileCache.
Declaration
public IList<int> LevelIds { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> | A mutable list of levels of detail indices to be included in the exported TileCache. |
Remarks
You must include at least one Level ID. The values should correspond to Level IDs in the service's tiling scheme. You can specify consecutive levels (for example 1,2,3,4,5) or skip some levels (for example for the ranges 1-3 and 7-9 you would specify 1,2,3,7,8,9).
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 |
Relevant samples
Export tiles: Download tiles to a local tile cache file stored on the device.