NdsStore

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class NdsStore : StoreAccessProvider, UpdatableDataStore

Implementation of a DataStore which is based on an NDS map.

An object of this class provides read-only access to the NDS map data.

Note: For accessing a specific map only one instance of the NdsStore class should be created.

Parameters

config

Parameters needed to configure NdsStore.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object Companion

Properties

Link copied to clipboard

The country code in the ISO 3166-1 alpha-3 format whose view on disputed areas should be used. See NdsStoreConfiguration for more information.

Link copied to clipboard

Manages synchronized read/write access to the onboard NDS map. See NdsStoreAccessSync for more information.

Functions

Link copied to clipboard
open override fun close()