Return texture coordinates of POI icon. Coordinates usable with Interface\Minimap\POIIcons texture.
See also Map functions.
Signature:
x1, x2, y1, y2 = GetPOITextureCoords(textureIndex)
Arguments:
textureIndex- POI index number (number)
Returns:
x1- (number)x2- (number)y1- (number)y2- (number)