gw2v1MapFloor
fun gw2v1MapFloor(continentId: Int, floorId: Int, configure: RequestConfigurer? = null): RequestTemplate<GW2v1MapFloor>
fun gw2v1MapFloor(continentId: GW2ContinentId, floorId: GW2FloorId, configure: RequestConfigurer? = null): RequestTemplate<GW2v1MapFloor>
Returns information about a map floor.
Authenticated: No
Paginated: No
Bulk expanded: No
Localized: Yes
Cache time: N/A
Content copied to clipboard
Read more: https://wiki.guildwars2.com/wiki/API:1/map_floor
Return
the request that can be executed to query the API
Parameters
continentId
the ID of the continent
floorId
the ID of the floor
configure
configure action for the request