Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Map of custom configuration key -> value pairs.

Link copied to clipboard

Version of navigation tiles which will be used for routing if routing on the latest navigation tiles fails. It's recommended to set version which is present in the offline pack provided via tilesPath.

Link copied to clipboard
open override var tilesDiskQuota: MemorySize?

Disk quota for the tiles folder defined in tilesPath. When disk quota is exceed, UFX tries to cleanup tiles and free disk space. Set null to have no quota.

Link copied to clipboard
open override var tilesPath: String?

Path to a folder where UXF stores tiles and other resources.

Functions

Link copied to clipboard
open override fun build(): DashOfflineConfig

Creates a new instance of DashOfflineConfig.