I was just updating an old utility that employs jGoogle Maps to find the library has been updated.
Apparently his code is no longer supported:
Consequently my map has 'Developer use only' plastered all over it. How do you now supply the API key?
Apparently his code is no longer supported:
B4X:
gMap.Initialize2("gMap", options, APIkey)
'instead it is now
gMap.Initialize("gMap", options)
Consequently my map has 'Developer use only' plastered all over it. How do you now supply the API key?