Class RasterDataSourceConfigurationUpdate

java.lang.Object
com.here.sdk.mapview.datasource.RasterDataSourceConfigurationUpdate

public final class RasterDataSourceConfigurationUpdate extends Object

Configuration update for a RasterDataSource.

  • Field Details

    • providerHeaders

      @Nullable public Map<String,String> providerHeaders

      Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.

    • ignoreExpiredData

      @Nullable public Boolean ignoreExpiredData

      Optional 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.

    • cacheDiskSize

      @Nullable public Long cacheDiskSize

      Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.

  • Constructor Details

    • RasterDataSourceConfigurationUpdate

      public RasterDataSourceConfigurationUpdate(@Nullable Map<String,String> providerHeaders, @Nullable Boolean ignoreExpiredData, @Nullable Long cacheDiskSize)

      Creates a new instance.

      Parameters:
      providerHeaders -

      Optional update of the provider headers. The new list replaces the current one. When not set, no change is made to the current list.

      ignoreExpiredData -

      Optional 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.

      cacheDiskSize -

      Optional update of the cache disk size, in bytes. When not set, no change is made to the current value.