Package-level declarations
Types
Link copied to clipboard
class CacheStorageConfiguration(var directoryPath: File? = null, var maxDiskSize: Memory = DEFAULT_MAX_DISK_SIZE, var 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 the OnlineMapDataStore.
Link copied to clipboard
interface OnlineMapDataStoreController
The contract interface for controlling map data stores that can provide map data from online sources.