create

fun create(    context: Context,     ndsStorePath: File,     keystorePath: File?,     keystorePassword: String? = null,     ndsStoreUpdateConfig: NdsStoreUpdateConfig): Result<NdsStore, NdsStoreError>

Creates an instance of NdsStore.

Parameters

context

Android context

ndsStorePath

Path to nds store folder.

keystorePath

Path to keystore.

keystorePassword

Keystore password.

ndsStoreUpdateConfig

Additional parameters to configure map updates.