Re: [android-developers] Re: How to make a mapView transparent?

2011-08-18 Thread Mark Murphy
On Thu, Aug 18, 2011 at 4:44 AM, marhol682 wrote: > Good question! The reason for using the MapView is that I'm mapping my > overlays to actual positions on the map. But I don't want to show the > map's visual information. Using a RelativeLayout and doing the > overlaying myself would force my to

[android-developers] Re: How to make a mapView transparent?

2011-08-18 Thread marhol682
Good question! The reason for using the MapView is that I'm mapping my overlays to actual positions on the map. But I don't want to show the map's visual information. Using a RelativeLayout and doing the overlaying myself would force my to do all the calculations that the mapsystem now does for me.