I have loaded my custom tiles to display over Google Maps. Any ideas how to set the opacity of them? I retrieve my image tiles from a URL, add this as a drawable to my itemizedOverlay, then add the itemizedOverlays to my Overlay object. There is no draw method.
Share
I make my bitmap a
BitmapDrawableand then set the alpha.