MapMemoryBudget
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
getMapMemoryBudgetInMegabytes
Link copied to clipboard
Get content with type MapMemoryBudgetInMegabytes from the variant.
getMapMemoryBudgetInTiles
Link copied to clipboard
Get content with type MapMemoryBudgetInTiles from the variant.
getTypeInfo
Link copied to clipboard
Get type info enum of the variant.
isMapMemoryBudgetInMegabytes
Link copied to clipboard
Check if the content of variant has type MapMemoryBudgetInMegabytes.
isMapMemoryBudgetInTiles
Link copied to clipboard
Check if the content of variant has type MapMemoryBudgetInTiles.
valueOf
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.