offlineMode property - SDKOptions class - core.engine library - Dart API
offlineMode
offlineMode property
getter/setter pair
Sets offline mode for the HERE SDK. Defaults to false. When enabled, this prevents the
HERE SDK from initiating any online connection from starting.
The mode can be disabled or enabled again at any time via SDKNativeEngine.isOfflineMode.
Implementation
bool offlineMode;