toggle menu
GW2APIClient
0.8.0
common
switch theme
search in API
api-types
/
com.gw2tb.gw2api.types.v1
/
GW2v1Maps
GW2v1Maps
@
Serializable
data
class
GW2v1Maps
(
val
maps
:
Map
<
GW2MapId
,
GW2v1Maps.GameMap
>
)
Information about maps.
Parameters
maps
the maps
Members
Constructors
GW2v1Maps
Link copied to clipboard
constructor
(
maps
:
Map
<
GW2MapId
,
GW2v1Maps.GameMap
>
)
Types
Game
Map
Link copied to clipboard
@
Serializable
data
class
GameMap
(
val
mapName
:
String
,
val
type
:
String
,
val
minLevel
:
Int
,
val
maxLevel
:
Int
,
val
defaultFloor
:
GW2FloorId
,
val
floors
:
List
<
Int
>
,
val
regionId
:
GW2RegionId
,
val
regionName
:
String
?
=
null
,
val
continentId
:
GW2ContinentId
,
val
continentName
:
String
?
=
null
,
val
mapRect
:
List
<
List
<
Int
>
>
,
val
continentRect
:
List
<
List
<
Int
>
>
)
Information about a map.
Properties
maps
Link copied to clipboard
val
maps
:
Map
<
GW2MapId
,
GW2v1Maps.GameMap
>
This field holds the maps.