Hi,
I use GoogleMap view in my app and i want to change the padding property values, I tried this code :
but nothing happended.
thank you.
I use GoogleMap view in my app and i want to change the padding property values, I tried this code :
B4X:
Dim no As NativeObject = Me
Dim ngm As NativeObject = gm
Dim EdgeInsets As NativeObject = no.MakeEdgeInsets(50,50,50,50)
ngm.SetField("Padding", EdgeInsets)
but nothing happended.
thank you.