When user click on icon, I want to show set of option. I was trying to use a flash swf file as the icon but it did not work.
I just want to do something google map like: when you click on a location on the map you see a little description of the location (name of the store, phone number, address, etc). I would like to do something similar.
Well reading their javascript docs I don’t see how you can do that in in the same easy style as in Google maps. But you can easily have a small info box out side the map, with event listeners + icons/markers.
There is also an Anchorpoint of markers so you should be able to draw your own stuff on the map as well.