how to hide backgroudGrid in api 100?

814
3
11-27-2016 02:13 AM
weiliyao
New Contributor II

how to hide backgroudGrid in api 100?

0 Kudos
3 Replies
AlexanderNohe1
Occasional Contributor III

This is just an assumption, but you could do something like:

MapView.setBackgroundGrid(new BackgroundGrid(Color.Transparent, 0, 0));

Does this work for you?

weiliyao
New Contributor II

thank you , i do it like this:

mapView.setBackgroundGrid(new BackgroundGrid(Color.WHITE,Color.WHITE,0,10));
0 Kudos
BrianFlood1
New Contributor III

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

0 Kudos