ResourceOptions

data class ResourceOptions(val apiKey: String = "", val tileServerOptions: TileServerOptions = TileServerOptions.DemoTiles, val cachePath: String = "maplibre-cache", val assetPath: String = "", val maximumCacheSize: Long = 50 * 1024 * 1024)(source)

Constructors

Link copied to clipboard
constructor(apiKey: String = "", tileServerOptions: TileServerOptions = TileServerOptions.DemoTiles, cachePath: String = "maplibre-cache", assetPath: String = "", maximumCacheSize: Long = 50 * 1024 * 1024)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard