Hello,
I think there was an update in googlemaps. However after using my app around 2 weeks, I started it again some days ago. Now in the map appear in the right corner a new element. I don´t know what it is. I checked the googlemaps library with the hope for a new discription and how to deactivate it.
Well, the actual jgooglemaps lib don´t know the FullScreenContol option. My simple idea was to change the xml file and add the new option. During compilation appeared this error message:
options.FullScreenControl=False
javac 1.8.0_131
src\b4j\example\main.java:581: error: cannot find symbol
_options.FullScreenControl = anywheresoftware.b4a.keywords.Common.False;
^
symbol: variable FullScreenControl
location: variable _options of type MapOptionsWrapper
1 error
It seems that I have overstepped an additional screw which I have to turn. Any idea?