GW2v1Continents

@Serializable
data class GW2v1Continents(val continents: Map<GW2ContinentId, GW2v1Continents.Continent>)

Information about continents.

Parameters

continents

the continents

Constructors

Link copied to clipboard
constructor(continents: Map<GW2ContinentId, GW2v1Continents.Continent>)

Types

Link copied to clipboard
@Serializable
data class Continent(val name: String, val continentDims: List<Long>, val minZoom: Long, val maxZoom: Long, val floors: List<GW2FloorId>)

Information about a continent.

Properties

Link copied to clipboard

This field holds the continents.