B4J Question [Solved] Goolgle maps APIKey

Beja

Expert
Licensed User
Longtime User
Solved.. I was using older version of GoogleMaps library.. may thanks to DonManred for pointing me to the right folder.

Thanks to Erel for alerting me on the library version (1.82)
 
Last edited:

roerGarcia

Active Member
Licensed User
Longtime User
Oh, i get this right now, although I only use the service and it returns an image with the coordinates
1594307746403.png

B4J 7.8 mmmmhhh.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
You haven't provided enough information. What happens when you run the project?

Run the example: https://www.b4x.com/android/forum/threads/jgooglemaps-library.56744/ with your key. What happens?

Are you using jGoogleMaps v1.82?

Hi Erel
I used to run this example many times last year and saw Paris tower and all went good, but now I tested it with my Alza APIKey and the result is a blank screen.

B4X:
    options.StreetViewControl = False
    gmap.Initialize2("gmap", options, "AIza****************************************fdkSA")
    'gmap.Initialize("gmap", options)

GLMAPS.png
 
Last edited:
Upvote 0

Beja

Expert
Licensed User
Longtime User
This is Erel's example with APIKey (placeholder):
 

Attachments

  • GoogleMap88.zip
    2.7 KB · Views: 113
Upvote 0
Top