how to hide backgroudGrid in api 100?
This is just an assumption, but you could do something like:
MapView.setBackgroundGrid(new BackgroundGrid(Color.Transparent, 0, 0));
Does this work for you?
thank you , i do it like this:
mapView.setBackgroundGrid(new BackgroundGrid(Color.WHITE,Color.WHITE,0,10));
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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.