[android-developers] Google maps, Overlays and the shadow layer

2010-08-16 Thread oriharel
What can I do with the shadow layer of the the google maps overlays? I tried, naively, to draw something (an arc) only when (shadow == true) and got nothing? I'm interested in drawing arcs and arc shadows on a map. is there a nice google-maps way to do this? thanks, Ori -- You received this

Re: [android-developers] Google maps, Overlays and the shadow layer

2010-08-16 Thread TreKing
On Mon, Aug 16, 2010 at 1:57 AM, oriharel ori.ha...@gmail.com wrote: What can I do with the shadow layer of the the google maps overlays? Anything you want, I would think. I tried, naively, to draw something (an arc) only when (shadow == true) and got nothing? Maybe you did something