(using flash)
I have a Sprite object that I want to show on google map. So I made a GroundOverlay object using my Sprite object, but it doesn’t show up. I guess it’s because Sprite is higher class than DisplayObject. (GroundOverlay seems getting DisplayObject only..?) Is there any way to us Sprite for my GroundOverlay? or alternative idea?
(using flash) I have a Sprite object that I want to show on google
Share
I get this code from this website, I don’t remember the exact link but you can try, it almost what you want to do…
{
import flash.display.;
import flash.geom.;
import com.google.maps.*;
}