TileStoreOptions

class TileStoreOptions

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

Properties

DISK_QUOTA
Link copied to clipboard
val DISK_QUOTA: String
If the new value causes the quota to be exceed, data will be evicted to enforce the quota.
MAPBOX_ACCESS_TOKEN
Link copied to clipboard
val MAPBOX_ACCESS_TOKEN: String
Sets the access token to use for tile requests.
MAPBOX_APIURL
Link copied to clipboard
val MAPBOX_APIURL: String
Sets the base URL to use for requests to the Mapbox API.
TILE_URLTEMPLATE
Link copied to clipboard
val TILE_URLTEMPLATE: String
Sets the URL template for making tile requests.