Map Memory Budget
open class MapMemoryBudget
Content copied to clipboard
Constructors
MapMemoryBudget
Link copied to clipboard
Create a variant from MapMemoryBudgetInMegabytes.
MapMemoryBudget
Link copied to clipboard
Create a variant from MapMemoryBudgetInTiles.
Types
Functions
get Map Memory Budget In Megabytes
Link copied to clipboard
Get content with type MapMemoryBudgetInMegabytes from the variant.
get Map Memory Budget In Tiles
Link copied to clipboard
Get content with type MapMemoryBudgetInTiles from the variant.
get Type Info
Link copied to clipboard
Get type info enum of the variant.
is Map Memory Budget In Megabytes
Link copied to clipboard
Check if the content of variant has type MapMemoryBudgetInMegabytes.
is Map Memory Budget In Tiles
Link copied to clipboard
Check if the content of variant has type MapMemoryBudgetInTiles.
value Of
Link copied to clipboard
open fun valueOf(@NonNull value: MapMemoryBudgetInMegabytes): MapMemoryBudget
Content copied to clipboard
Create a variant from MapMemoryBudgetInMegabytes.
open fun valueOf(@NonNull value: MapMemoryBudgetInTiles): MapMemoryBudget
Content copied to clipboard
Create a variant from MapMemoryBudgetInTiles.