lowMemoryMode property

bool lowMemoryMode
getter/setter pair

If an application runs in a memory-constrained environment, enable this option to reduce the HERE SDK's memory footprint. When set to true configures internal memory caches to consume less memory. Reduction in cache sizes also reduces performance of the HERE SDK. In order to release memory occupied by internal caches see SDKNativeEngine.purgeMemoryCaches.

Implementation

bool lowMemoryMode;