Class MapContext.SceneLoadCacheOptions

java.lang.Object
com.here.sdk.mapview.MapContext.SceneLoadCacheOptions
Enclosing class:
MapContext

public static final class MapContext.SceneLoadCacheOptions extends Object

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 Details

    • capacity

      public int capacity

      Capacity of scene load cache as number of entries. An entry represents the cached data for a loaded scene. At most capacity entries would be preserved in the cache for the entire duration of MapContext lifetime. Default capacity is set to 4. A capacity value 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