RasterDataSourceConfigurationUpdate constructor - RasterDataSourceConfigurationUpdate - mapview.datasource library - Dart API
RasterDataSourceConfigurationUpdate
RasterDataSourceConfigurationUpdate constructor
- Map<
String, String> ? providerHeaders, - bool? ignoreExpiredData,
- int? cacheDiskSize
Creates a new instance.
providerHeadersOptional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.ignoreExpiredDataOptional update of the flag indicating whether expired data should be ignored until refreshed. When not set, no change is made to the current flag state.cacheDiskSizeOptional update of the cache disk size, in bytes. When not set, no change is made to the current value.
Implementation
RasterDataSourceConfigurationUpdate(this.providerHeaders, this.ignoreExpiredData, this.cacheDiskSize);