B4J Question jGoogleMaps

Arnaud

Active Member
Licensed User
Longtime User
Hello,

Since october 17th 2024, the map seems not work in the example GoogleMapExample. This worked since 2018.

I use my API Key, for Maps Platform API Key :

Key:
gmap.Initialize2("gmap", options,"AIzaSyBxPuZKKscIVhEecUcxxxxxxxxxxxxx")

I have just the map in attachment but no possible to move, zoom, add polyline etc...

I use jgooglemaps library 2.01 and jdk-19.0.2.


Can you help me to find where the problem please?

Thanks
 

Attachments

  • googlemap.png
    googlemap.png
    144.3 KB · Views: 37

Arnaud

Active Member
Licensed User
Longtime User
Hello,

I think that I have found my problem.

I have checked again the version of jGoogleMaps.jar version (in attachment)

For an unknown reason, it was written in 2.01 in j but when I compare my file jGoogleMaps.jar in my PC and the file jGoogleMaps.jar online, the size of both files were different!

So I have download again the jGoogleMaps.jar from https://www.b4x.com/android/forum/threads/jgooglemaps-library.56744/ and it works fine now.

Problem solved

Thanks.
 

Attachments

  • version jar.png
    version jar.png
    4.1 KB · Views: 15
Upvote 0
Top