getItemOnCoords(x: Number, y: Number);
x. X coordinate of the point.
y. Point ordinate.
The getItemOnCoords method gets a tree map item by its coordinate.
This method returns an object of the following type: PP.Ui.TreeMapItem.
The example of use is given in the page with description of the TreeMap.selectItem method.