TileCacheBudget

open class TileCacheBudget

Constructors

Link copied to clipboard
open fun TileCacheBudget(@NonNull value: TileCacheBudgetInMegabytes)
Create a variant from TileCacheBudgetInMegabytes.
Link copied to clipboard
open fun TileCacheBudget(@NonNull value: TileCacheBudgetInTiles)
Create a variant from TileCacheBudgetInTiles.

Types

Link copied to clipboard
enum Type
Type information of the variant's content

Functions

Link copied to clipboard
Get content with type TileCacheBudgetInMegabytes from the variant.
Link copied to clipboard
Get content with type TileCacheBudgetInTiles from the variant.
Link copied to clipboard
Get type info enum of the variant.
Link copied to clipboard
Check if the content of variant has type TileCacheBudgetInMegabytes.
Link copied to clipboard
Check if the content of variant has type TileCacheBudgetInTiles.
Link copied to clipboard
open fun toString(): String
Get a string representation of the value contained in the variant.
Link copied to clipboard
Create a variant from TileCacheBudgetInMegabytes.
open fun valueOf(@NonNull value: TileCacheBudgetInTiles): TileCacheBudget
Create a variant from TileCacheBudgetInTiles.