DownloadingFileOptions (API Reference)
Package com.here.sdk.mapdata
Class DownloadingFileOptions
java.lang.Object
com.here.sdk.mapdata.DownloadingFileOptions
A class which identifies the configuration when downloading a file reference.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
areReusableAssets
public boolean areReusableAssetsEnables 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