Method CreateDefaultExportVectorTilesParametersAsync
CreateDefaultExportVectorTilesParametersAsync(Geometry, Double)
Creates default Export
Declaration
public Task<ExportVectorTilesParameters> CreateDefaultExportVectorTilesParametersAsync(Geometry areaOfInterest, double maxScale)
Parameters
Type | Name | Description |
---|---|---|
Geometry | areaOfInterest | A Geometry specifying the area to be exported. Must not be |
System. |
maxScale | The map scale '1: |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous operation. The value of the |
Remarks
This method makes use of the vector tile service metadata to populate an ExportmaxScale
of 0
will include all levels of detail for the service. Be
careful when combining a large areaOfInterest
and a small maxScale
value as this can result in a large number of tiles causing export to fail due to exceeding the
services maximum export tile count.
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.2.1 - 200.6 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 200.6 |