Package com.here.sdk.mapview
Class MapContext.SceneLoadCacheOptions
java.lang.Object
com.here.sdk.mapview.MapContext.SceneLoadCacheOptions
- Enclosing class:
- MapContext
Options for scene load cache.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
capacity
public int capacityCapacity of scene load cache as number of entries. An entry represents the cached data for a loaded scene. At most
capacityentries would be preserved in the cache for the entire duration of MapContext lifetime. Defaultcapacityis set to 4. Acapacityvalue less than 1 would disable the scene cache, freeing all existing entries from the cache.
-
-
Constructor Details
-
SceneLoadCacheOptions
public SceneLoadCacheOptions()Creates a new instance.
-
-
Method Details