how to hide backgroudGrid in api 100?
BackgroundGrid transparency does not work for me. I can change everything else but Color.TRANSPARENT or Color.argb(0,0,0,0) just results is a completely black background color. You can change that to any color you want but the alpha portion seems to be ignored
thank you , i do it like this:
mapView.setBackgroundGrid(new BackgroundGrid(Color.WHITE,Color.WHITE,0,10));
This is just an assumption, but you could do something like:
MapView.setBackgroundGrid(new BackgroundGrid(Color.Transparent, 0, 0));
Does this work for you?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.