getMaps

fun getMaps(): List<Int>

Returns a list of map IDs from the /maps endpoint


fun getMaps(mapIds: Collection<Int>, language: ApiLanguage? = null): List<Map>

Returns a list of io.github.kryszak.gwatlin.api.mapinfo.model.Map instances corresponding to the specified IDs from the /maps endpoint Documentation can be found in the GW2 Wiki

Parameters

mapIds

a collection of map IDs

language

one of the languages defined in ApiLanguage when creating this client, if any


fun getMaps(continentId: Int, floorId: Int, regionId: Int): List<Int>

Returns a list of region IDs on the specified continent, floor and region Documentation can be found in the GW2 Wiki

Parameters

continentId

ID of the continent

floorId

ID of the floor on the continent

regionId

ID of the region on the floor