NdsStoreConfiguration

data class NdsStoreConfiguration(val ndsStorePath: File, val keystorePath: File? = null, val keystorePassword: String? = null, val ndsStoreUpdateConfig: NdsStoreUpdateConfig, val geopoliticalView: String? = null)

Configuration parameters for an NdsStore.

See also

for more details.

Parameters

ndsStorePath

The path to the NDS Store, the directory that contains the 'ROOT.NDS' file. The directory and its content must be accessible and writable.

keystorePath

The path to the keystore file containing encryption keys for the NDS store files. If the NDS store is encrypted, the keystore file is required.

keystorePassword

The password for the keystore file provided through the keystorePath parameter. If the keystore file is encrypted, this password is required.

ndsStoreUpdateConfig

The configuration for the updates of the NDS store.

geopoliticalView

The country code in the ISO 3166-1 alpha-3 format whose view on disputed areas should be used. Only the map regions belonging to the chosen geopolitical view will be loaded and subject to updates. If not provided or if there is no special view defined in the map, the international geopolitical view will be used.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun NdsStoreConfiguration(ndsStorePath: File, keystorePath: File? = null, keystorePassword: String? = null, ndsStoreUpdateConfig: NdsStoreUpdateConfig, geopoliticalView: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keystorePath: File? = null
Link copied to clipboard