ResourceOptions

class ResourceOptions : Serializable

Options to configure a resource

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toBuilder
Link copied to clipboard
open fun toBuilder(): ResourceOptions.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

accessToken
Link copied to clipboard
private val accessToken: String
assetPath
Link copied to clipboard
private val assetPath: String
baseURL
Link copied to clipboard
private val baseURL: String
dataPath
Link copied to clipboard
private val dataPath: String
tileStore
Link copied to clipboard
private val tileStore: TileStore
tileStoreUsageMode
Link copied to clipboard
private val tileStoreUsageMode: TileStoreUsageMode