Method ExportVectorTiles
ExportVectorTiles(ExportVectorTilesParameters, String)
Creates a new Export
Declaration
public ExportVectorTilesJob ExportVectorTiles(ExportVectorTilesParameters parameters, string downloadFilePath)
Parameters
Type | Name | Description |
---|---|---|
Export |
parameters | The Export |
System. |
downloadFilePath | The file path for the downloaded vector tiles. |
Returns
Type | Description |
---|---|
Export |
A new Export |
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 |
ExportVectorTiles(ExportVectorTilesParameters, String, String)
Creates a new Export
Declaration
public ExportVectorTilesJob ExportVectorTiles(ExportVectorTilesParameters parameters, string vectorTileCachePath, string itemResourceCachePath)
Parameters
Type | Name | Description |
---|---|---|
Export |
parameters | Export vector tiles parameters to be used in exporting. |
System. |
vectorTileCachePath | The file path for the downloaded vector tiles. |
System. |
itemResourceCachePath | The file path for the downloaded custom styles. |
Returns
Type | Description |
---|---|
Export |
A new Export |
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 |