TileStoreOptions

These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.

Properties

Link copied to clipboard
val DISK_QUOTA: String = "disk-quota"
Sets the maximum amount of bytes TileStore can use to store files.
Link copied to clipboard
val MAPBOX_APIURL: String = "mapbox-api-url"
Sets the base URL to use for requests to the Mapbox API.
Link copied to clipboard
val TILE_URLTEMPLATE: String = "tile-url-template"
Sets the URL template for making tile requests.