How to capture page with google map?
- by Max
I have a UIComponent with Google map in the continer.
I need to capture this container for making a preview.
My integration looks like the following:
<mx:UIComponent id="mapContainer"
width="410"
height="300"
/>
googleMap = new Map();
mapContainer.addChild(googleMap);
But if I do("this" - is my UIComponent)
var…