Method CreateGenerateOfflineMapParameterOverridesAsync
CreateGenerateOfflineMapParameterOverridesAsync(GenerateOfflineMapParameters)
Returns a System.Threading.Tasks.Task<TResult> created from the specified
Generate
Declaration
public Task<GenerateOfflineMapParameterOverrides> CreateGenerateOfflineMapParameterOverridesAsync(GenerateOfflineMapParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
Generate |
parameters | The generate offline map parameters from which the overrides will be populated. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous creation of default generate offline map parameters overrides. The value
of the task result is a Generate |
Remarks
When the task completes the Generate
If there are errors with loading individual layers or tables, or they cannot be taken offline due to service
settings, the outcome depends on the value of Continue
If Continuetrue
, the overrides correspond to the
remaining layers and tables that can go offline.
The resulting offline map will not contain the layers or tables which had errors.
If Continuefalse
, the
System.
To check upfront which layers or tables are valid for taking offline see
Get
If Reference
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 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.4 - 200.6 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.6 |