Hi all,
You guys know about <map> in html?
Let's say "an image map is one image with multiple "clickable" areas." (example here).
Can we do something similar using SDK ?
Or is it possible to get the coordinate of where the user had clicked? (getX and getY)
My situation: I want to display a big picture with multiple clickable areas. So the user can zoom-in, zoom-out and click on what he wants.
Thanks


