Closed GoogleCodeExporter closed 9 years ago
Here Map is a native UIView so it will come in front of all Flash Display
Objects. If you want to show Flash Objects on top of Map,
drawViewPortToBitmapData is the only way to go for now. I have added changes to
show minor things like pins, annotations but they are in my workspace now. Will
push the changes soon.
Jut a workaround for now : Try setting the viewport to something out of stage
bounds and set mapDisp.visible = true. This way the view will not visible to a
user. After that you can take it into bitmapData and then set .visible to false
again.
I purposely blocked this in Map.as in AS Library here
(http://code.google.com/p/air-maps-ane/source/browse/branches/main/AS/iOS/iMaps/
src/com/adobe/nativeExtensions/maps/Map.as#165). You can remove that check by
modifying ASLibrary and create a new .ane
Original comment by shahme...@gmail.com
on 28 Jun 2012 at 6:01
Original comment by shahme...@gmail.com
on 25 Aug 2012 at 5:48
Original issue reported on code.google.com by
zhang...@gmail.com
on 28 Jun 2012 at 5:18