generateGeodatabaseParameters property
The Map with keys of OfflineMapParametersKey
and values of
GenerateGeodatabaseParameters
.
All entries in the dictionary should correspond to FeatureLayer, ServiceFeatureTable, or UtilityNetwork instances in the online ArcGISMap. If a dictionary entry is removed the corresponding layers, tables, or utility network will be removed from the offline map without raising an error.
Implementation
Map<OfflineMapParametersKey, GenerateGeodatabaseParameters>
get generateGeodatabaseParameters => _generateGeodatabaseParameters.value;