Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns info for an area point of interest (e.g. World PvP objectives).

poiInfo = C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID)

Arguments[]

uiMapID
number : UiMapID
areaPoiID
number : AreaPOI

Returns[]

POIIcons

POIIcons

poiInfo
AreaPOIInfo
Field Type Description
areaPoiID number
position vector2🔗
name string e.g. "Domination Point Tower"
description string? e.g. "Horde Controlled" or "Grand Master Pet Tamer"
textureIndex number?
widgetSetID number?
atlasName string? AtlasID
uiTextureKit string? : textureKit
shouldGlow boolean
factionID number? Added in 10.0.2
isPrimaryMapForPOI boolean Added in 10.0.2
isAlwaysOnFlightmap boolean Added in 10.0.2
addPaddingAboveWidgets boolean? Added in 10.1.0

Details[]

  • The textureIndex specifies an icon from Interface/Minimap/POIIcons. You can use GetPOITextureCoords() to resolve these indices to texture coordinates. [1]

Patch changes[]

Shadowlands Patch 9.0.5 (2021-03-09): Added shouldGlow field.
Shadowlands Patch 9.0.1 (2020-10-13): Added uiTextureKit field.
Battle for Azeroth Patch 8.0.1 (2018-07-17): Added. Replaces C_WorldMap.GetMapLandmarkInfo().

Advertisement