getPointsOfInterest

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

Returns a list of points of interest (aka POI) IDs on the specified map 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

mapId

ID of the map in the region