Hi All.
Until a couple of weeks ago everything was fine.
Today if I try to load the map (see also the example of Erel)
The latest version of Google Maps isn't compatible with JavaFX WebView. Don't use this library. Alternative solution: https://www.b4x.com/android/forum/threads/jsd_openmaps.166066/#content This library is similar to B4A and B4i GoogleMaps libraries. It is based on this open source project...
from the following error:
Without Key:
gmap.Initialize("gmap", options)
With valid Key:
gmap.Initialize2("gmap", options, "AIzaSyB-XXXXXXIYYYYYX1oPHXPh0XXX")
For 1 second i see:
After 1 second i see this:
with the following internal message: "
Sorry, there are no images available for this region" ( Siamo spiacenti, non sono disponibili immagini per questa regione ).
I checked the key, to see if there were any limitations or anything else but the key works correctly, in fact if I do this test:
I have this result in my borwser:
if you have not valid key you have this message:
The Google Maps Platform server rejected your request. The provided API key is invalid.
The library is ok:
Java is ok:
but then as I said until a couple of weeks ago everything was working fine.
Any suggestion ??
Thank you
Marco