Package-level declarations

Types

Link copied to clipboard
class CacheStorageConfiguration(val directoryPath: File? = null, val maxDiskSize: Memory = DEFAULT_MAX_DISK_SIZE, val mapVectorTilesRefreshPeriod: Duration = DEFAULT_MAP_VECTOR_TILES_REFRESH_PERIOD)

Persistent cache storage configuration of a map data store that can provide map data from online sources.

Link copied to clipboard
class OnlineMapDataStoreConfiguration(val cacheStorageConfiguration: CacheStorageConfiguration = DEFAULT_CACHE_STORAGE_CONFIGURATION)

Configuration of a map data store that can provide map data from online sources.

Link copied to clipboard

The contract interface for controlling map data stores that can provide map data from online sources.