Class DownloadingFileOptions

java.lang.Object
com.here.sdk.mapdata.DownloadingFileOptions

public final class DownloadingFileOptions extends Object

A class which identifies the configuration when downloading a file reference.

  • Field Details

    • areReusableAssets

      public boolean areReusableAssets

      Enables fetching the file from cache.

  • Constructor Details

    • DownloadingFileOptions

      public DownloadingFileOptions(boolean areReusableAssets)

      Creates a new instance.

      Parameters:
      areReusableAssets -

      Enables fetching the file from cache.

  • Method Details