Wowpedia
Advertisement
Main Menu
  • WoW API
  • Widget API
  • Macro API
  • Lua functions
  • Events
  • XML UI
  • Changes

  • HOWTOs
  • Snippets
  • UI tech.

  • Category nav.
WoW API

Returns the information about a landmark on the current world map.

name, description, textureIndex, x, y, mapLinkID, showInBattleMap, return8, return9 = GetMapLandmarkInfo(landmarkIndex);

Note that 3.0.2 added more icons (102 now), doubled the size of the POIIcons.blp texture to 256x256 and moved the invisible texture from index 15 to 0.

Parameters[ | ]

Arguments[ | ]

landmarkIndex
Number - Indicates which landmark to query (from 1 to GetNumMapLandmarks())

Returns[ | ]

name
String - The name of the landmark
description
String - A description of the landmark. In Battlegrounds this can dynamic information such as which faction controls the landmark.
textureIndex
Number - An index representing which landmark icon to display. These icons are in Interface\Minimap\POIIcons.blp, in an 16x16 grid (each icon is 16x16). Values are listed in the Landmarks section, below:
x
Number - The X location of the landmark's center (A proportion of the current map's width, between 0 and 1)
y
Number - The Y location of the landmark's center (A proportion of the current map's height, between 0 and 1)
mapLinkID
Number - ?
showInBattleMap
Boolean - ?
return8
Number - ?
return9
Number - ?

Landmarks

POIIcons

POIIcons.blp, Landmarks for API GetMapLandmarkInfo.

  • 0 IconSmall POI0 - 16x16
    Invisible
  • 1 IconSmall POI1 - 16x16
    Mine
  • 2 IconSmall POI2 - 16x16
    Mine, Horde
  • 3 IconSmall POI3 - 16x16
    Mine, Alliance
  • 4 IconSmall POI4 - 16x16
    Graveyard, Alliance assaulted
  • 5 IconSmall POI5 - 16x16
    Town
  • 6 IconSmall POI6 - 16x16
    City
  • 7 IconSmall POI7 - 16x16
    Flag
  • 8 IconSmall POI8 - 16x16
    Gravestone
  • 9 IconSmall POI9 - 16x16
    Tower, Alliance assaulted
  • 10 IconSmall POI10 - 16x16
    Tower, Horde
  • 11 IconSmall POI11 - 16x16
    Tower, Alliance
  • 12 IconSmall POI12 - 16x16
    Tower, Horde assaulted
  • 13 IconSmall POI13 - 16x16
    Graveyard, Horde
  • 14 IconSmall POI14 - 16x16
    Graveyard, Horde assaulted
  • 15 IconSmall POI15 - 16x16
    Graveyard, Alliance
  • 16 IconSmall POI16 - 16x16
    Gold Mine
  • 17 IconSmall POI17 - 16x16
    Gold Mine, Alliance assaulted
  • 18 IconSmall POI18 - 16x16
    Gold Mine, Alliance
  • 19 IconSmall POI19 - 16x16
    Gold Mine, Horde assaulted
  • 20 IconSmall POI20 - 16x16
    Gold Mine, Horde
  • 21 IconSmall POI21 - 16x16
    Lumber Mill
  • 22 IconSmall POI22 - 16x16
    Lumber Mill, Alliance assaulted
  • 23 IconSmall POI23 - 16x16
    Lumber Mill, Alliance
  • 24 IconSmall POI24 - 16x16
    Lumber Mill, Horde assaulted
  • 25 IconSmall POI25 - 16x16
    Lumber Mill, Horde
  • 26 IconSmall POI26 - 16x16
    Blacksmith
  • 27 IconSmall POI27 - 16x16
    Blacksmith, Alliance assaulted
  • 28 IconSmall POI28 - 16x16
    Blacksmith, Alliance
  • 29 IconSmall POI29 - 16x16
    Blacksmith, Horde assaulted
  • 30 IconSmall POI30 - 16x16
    Blacksmith, Horde
  • 31 IconSmall POI31 - 16x16
    Farm
  • 32 IconSmall POI32 - 16x16
    Farm, Alliance assaulted
  • 33 IconSmall POI33 - 16x16
    Farm, Alliance
  • 34 IconSmall POI34 - 16x16
    Farm, Horde assaulted
  • 35 IconSmall POI35 - 16x16
    Farm, Horde
  • 36 IconSmall POI36 - 16x16
    Stables, neutral
  • 37 IconSmall POI37 - 16x16
    Stables, Alliance assaulted
  • 38 IconSmall POI38 - 16x16
    Stables, Alliance
  • 39 IconSmall POI39 - 16x16
    Stables, Horde assaulted
  • 40 IconSmall POI40 - 16x16
    Stables, Horde
  • 41 IconSmall POI41 - 16x16
    Skull, purple
  • 42 IconSmall POI42 - 16x16
    Unknown
  • 43 IconSmall POI43 - 16x16
    Flag, Alliance
  • 44 IconSmall POI44 - 16x16
    Flag, Horde
  • 45 IconSmall POI45 - 16x16
    Flag
  • 46 IconSmall POI46 - 16x16
    Alliance crest
  • 47 IconSmall POI47 - 16x16
    Alliance crest, uncaptured
  • 48 IconSmall POI48 - 16x16
    Horde crest
  • 49 IconSmall POI49 - 16x16
    Horde crest, uncaptured
  • 50 IconSmall POI50 - 16x16
    Tower, Alliance damaged
  • 51 IconSmall POI51 - 16x16
    Tower, Alliance destroyed
  • 52 IconSmall POI52 - 16x16
    Tower, Horde damaged
  • 53 IconSmall POI53 - 16x16
    Tower, Horde destroyed
  • 54 IconSmall POI54 - 16x16
    Tower, damged
  • 55 IconSmall POI55 - 16x16
    Tower, destroyed
  • 56 IconSmall POI56 - 16x16
    Bridge
  • 57 IconSmall POI57 - 16x16
    Bridge, damaged
  • 58 IconSmall POI58 - 16x16
    Bridge, destroyed
  • 59 IconSmall POI59 - 16x16
    Bridge, Horde
  • 60 IconSmall POI60 - 16x16
    Bridge, Horde damaged
  • 61 IconSmall POI61 - 16x16
    Bridge, Horde destroyed
  • 62 IconSmall POI62 - 16x16
    Bridge, Alliance
  • 63 IconSmall POI63 - 16x16
    Bridge, Alliance damaged
  • 64 IconSmall POI64 - 16x16
    Bridge, Alliance destroyed
  • 65 IconSmall POI65 - 16x16
    Workshop
  • 66 IconSmall POI66 - 16x16
    Workshop, damaged
  • 67 IconSmall POI67 - 16x16
    Workshop, destroyed
  • 68 IconSmall POI68 - 16x16
    Workshop, Horde
  • 69 IconSmall POI69 - 16x16
    Workshop, Horde damaged
  • 70 IconSmall POI70 - 16x16
    Workshop, Horde destroyed
  • 71 IconSmall POI71 - 16x16
    Workshop, Alliance
  • 72 IconSmall POI72 - 16x16
    Workshop, Alliance damaged
  • 73 IconSmall POI73 - 16x16
    Workshop, Alliance destroyed
  • 74 IconSmall POI74 - 16x16
    Gate
  • 75 IconSmall POI75 - 16x16
    Gate, damaged
  • 76 IconSmall POI76 - 16x16
    Gate, destroyed
  • 77 IconSmall POI77 - 16x16
    Gate, Horde
  • 78 IconSmall POI78 - 16x16
    Gate, Horde damaged
  • 79 IconSmall POI79 - 16x16
    Gate, Horde destroyed
  • 80 IconSmall POI80 - 16x16
    Gate, Alliance
  • 81 IconSmall POI81 - 16x16
    Gate, Alliance damaged
  • 82 IconSmall POI82 - 16x16
    Gate, Alliance destroyed
  • 83 IconSmall POI83 - 16x16
    Wall, horizontal
  • 84 IconSmall POI84 - 16x16
    Wall, horizontal damaged
  • 85 IconSmall POI85 - 16x16
    Wall, horizontal destroyed
  • 86 IconSmall POI86 - 16x16
    Wall, Horde horizontal
  • 87 IconSmall POI87 - 16x16
    Wall, Horde horizontal damaged
  • 88 IconSmall POI88 - 16x16
    Wall, Horde horizontal destroyed
  • 89 IconSmall POI89 - 16x16
    Wall, Alliance horizontal
  • 90 IconSmall POI90 - 16x16
    Wall, Alliance horizontal damaged
  • 91 IconSmall POI91 - 16x16
    Wall, Alliance horizontal destroyed
  • 92 IconSmall POI92 - 16x16
    Wall, vertical
  • 93 IconSmall POI93 - 16x16
    Wall, vertical damaged
  • 94 IconSmall POI94 - 16x16
    Wall, vertical destroyed
  • 95 IconSmall POI95 - 16x16
    Wall, Horde vertical
  • 96 IconSmall POI96 - 16x16
    Wall, Horde vertical damaged
  • 97 IconSmall POI97 - 16x16
    Wall, Horde vertical destroyed
  • 98 IconSmall POI98 - 16x16
    Wall, Alliance vertical
  • 99 IconSmall POI99 - 16x16
    Wall, Alliance vertical damaged
  • 100 IconSmall POI100 - 16x16
    Wall, Alliance vertical destroyed
  • 101 IconSmall POI101 - 16x16
    Combat
  • 102 IconSmall POI102 - 16x16
    Gate, yellow
  • 103 IconSmall POI103 - 16x16
    Gate, yellow damaged
  • 104 IconSmall POI104 - 16x16
    Gate, yellow destroyed
  • 105 IconSmall POI105 - 16x16
    Gate, purple
  • 106 IconSmall POI106 - 16x16
    Gate, purple damaged
  • 107 IconSmall POI107 - 16x16
    Gate, purple destroyed
  • 108 IconSmall POI108 - 16x16
    Gate, green
  • 109 IconSmall POI109 - 16x16
    Gate, green damaged
  • 110 IconSmall POI110 - 16x16
    Gate, green destroyed
  • 111 IconSmall POI111 - 16x16
    White 0
  • 112 IconSmall POI112 - 16x16
    White 1
  • 113 IconSmall POI113 - 16x16
    White 2
  • 114 IconSmall POI114 - 16x16
    White 3
  • 115 IconSmall POI115 - 16x16
    White 4
  • 116 IconSmall POI116 - 16x16
    White 5
  • 117 IconSmall POI117 - 16x16
    White 6
  • 118 IconSmall POI118 - 16x16
    White 7
  • 119 IconSmall POI119 - 16x16
    White 8
  • 120 IconSmall POI120 - 16x16
    White 9
  • 121 IconSmall POI121 - 16x16
    White :
  • 122 IconSmall POI122 - 16x16
    ?, Horde
  • 123 IconSmall POI123 - 16x16
    ?, Horde damaged
  • 124 IconSmall POI124 - 16x16
    ?, Horde destroyed
  • 125 IconSmall POI125 - 16x16
    ?, Alliance
  • 126 IconSmall POI126 - 16x16
    ?, Alliance damaged
  • 127 IconSmall POI127 - 16x16
    ?, Alliance destroyed
  • 128 IconSmall POI128 - 16x16
    Tower, green
  • 129 IconSmall POI129 - 16x16
    Tower, green damaged
  • 130 IconSmall POI130 - 16x16
    Tower, green destroyed
  • 131 IconSmall POI131 - 16x16
    Tower, yellow
  • 132 IconSmall POI132 - 16x16
    Tower, yellow damaged
  • 133 IconSmall POI133 - 16x16
    Tower, yellow destroyed
  • 134 IconSmall POI134 - 16x16
    Skull, orange
  • 135 IconSmall POI135 - 16x16
    Siege workshop
  • 136 IconSmall POI136 - 16x16
    Siege workshop, Alliance
  • 137 IconSmall POI137 - 16x16
    Siege workshop, Alliance assaulted
  • 138 IconSmall POI138 - 16x16
    Siege workshop, Horde
  • 139 IconSmall POI139 - 16x16
    Siege workshop, Horde assaulted
  • 140 IconSmall POI140 - 16x16
    Hangar
  • 141 IconSmall POI141 - 16x16
    Hangar, Alliance
  • 142 IconSmall POI142 - 16x16
    Hangar, Alliance assaulted
  • 143 IconSmall POI143 - 16x16
    Hangar, Horde
  • 144 IconSmall POI144 - 16x16
    Hangar, Horde assaulted
  • 145 IconSmall POI145 - 16x16
    Docks
  • 146 IconSmall POI146 - 16x16
    Docks, Alliance
  • 147 IconSmall POI147 - 16x16
    Docks, Alliance assaulted
  • 148 IconSmall POI148 - 16x16
    Docks, Horde
  • 149 IconSmall POI149 - 16x16
    Docks, Horde assaulted
  • 150 IconSmall POI150 - 16x16
    Refinery
  • 151 IconSmall POI151 - 16x16
    Refinery, Alliance
  • 152 IconSmall POI152 - 16x16
    Refinery, Alliance assaulted
  • 153 IconSmall POI153 - 16x16
    Refinery, Horde
  • 154 IconSmall POI154 - 16x16
    Refinery, Horde assaulted


  • 177
    Dig Location


ru:API GetMapLandmarkInfo

Advertisement