B4J Question jGoogleMaps example error

Beja

Expert
Licensed User
Longtime User
Hi,
Today I returned to jGoogleMaps Example and tried to run it .. It was ok at the very starting moment and displayed the map with a few markers (img 1) then after just 2 seconds the map disappeared and the application displayed an error message (img 2)
Any meaning appreciated.

gmap86.png
 

TILogistic

Expert
Licensed User
Longtime User
gmap.Initialize2("gmap", options, "AIzaSyA4bkJV_61tPtfb5PxYNLkvBkQ2LhGujrM")
' gmap.Initialize("gmap", options) 'You should call Initialize2 and set the API key!

use api-key demo: "AIzaSyA4bkJV_61tPtfb5PxYNLkvBkQ2LhGujrM"

this demo:
1615581593318.png


see:
 
Last edited:
Upvote 0
Top