B4J Question Googlemaps new function?

bvonlaar

Member
Licensed User
Longtime User
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.

Can someone give help?

Thanks,
Benedikt
 

Attachments

  • PalmKS02.jpg
    PalmKS02.jpg
    223.6 KB · Views: 198

Harris

Expert
Licensed User
Longtime User
I saw this too.

It creates a FULL view of the map, in your page.
I created a function to do this in my project - but now I don't need it...

Also, you must CTRL - middle mouse wheel to Zoom in or out when focused on the map.
 
Upvote 0

bvonlaar

Member
Licensed User
Longtime User
I saw this too.

It creates a FULL view of the map, in your page.
I created a function to do this in my project - but now I don't need it...

Also, you must CTRL - middle mouse wheel to Zoom in or out when focused on the map.

Hi Harris,
I also don´t need it. Do you know how I can switch off or turn to invisible?

Benedikt
 
Upvote 0

bvonlaar

Member
Licensed User
Longtime User
Look at https://github.com/rterp/GMapsFX/issues/127; I think latest commit must be build to have access to mapOptions.fullscreenControl=True/False

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?
 
Upvote 0
Top