Property MaxScale
MaxScale
Gets or sets the maximum scale for how far in to extract tiles from tiled services.
The default value of 0
means extract the levels down to the most detailed.
Declaration
public double MaxScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The maximum scale for how far in to extract tiles from tiled services.
The default value of |
Remarks
This is used as input for levels of detail for TileCache and VectorTileCache.
This is not applicable to offline data in Geodatabase.
A MinScale of 100000 and a MaxScale of 500 will select level IDs between 1:500 and 1:100,000 scale.
A MinScale of 0 and a MaxScale of 500 will select all global level IDs down to 1:500 scale.
A MinScale of 100000 and a MaxScale of 0 will select level IDs from 1:100,000 scale to the most detailed available level.
If GenerateOfflineMapParameters is used in conjunction with GenerateOfflineMapParameterOverrides, this property is superseded for individual layers tile caches.
Note that this property only sets the levels of detail to download for tiled data. The offline basemap layers will use the same max scale as in the online web map (either defined by the service or on the layer itself) to allow zooming in.
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.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |