Android Question Google Map - Border Radius

stevenindon

Active Member
Licensed User
Hello all,

I would like to Put some radius to my googlemap but seems impossible. I can set radius to pnlMap easily but I can't set any radius to MapFragment1.
I believe there is a Panel inside MapFragment1 but it is not made public.

Any hack to do it? ( *MapFragment1 is a CustomView)

Thanks
 
Solution
1640068444076.png


Put the map inside a panel. Set its corners radius and use this code: https://www.b4x.com/android/forum/threads/b4x-round-clipping-panel.120961/#content
Top