To improve the mobile user experience, we would like to anchor the position of the map infowindow. When using:
map.infoWindow.setStyle("infoPlacement","bottom");
this sets nicely the initial placement. We'd like this to be permanent. In the javascript api there is the setFixedAnchor method. Is there an equivalent in Flex?
Thanks
--Rory