B4J Question JGoogleMaps API Key - Solved

RichardN

Well-Known Member
Licensed User
Longtime User
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:
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?
 

RichardN

Well-Known Member
Licensed User
Longtime User
Solved..... An older library erroneously copied to the C:\Program Files (x86)\Anywhere Software\B4J\Libraries folder.
 
Last edited:
Upvote 0

RichardN

Well-Known Member
Licensed User
Longtime User
Reading back in the forum.... It appears the issue of users incorrectly/accidently copying older libraries to the internal libs folder whilst expecting the IDE to pick up the intended version in 'AdditionalLibraries' is not new. This can cause all sorts of head scratching and time-wasting in trying to find the cause of such unexpected behavior.

Perhaps the IDE could check for unexpected duplicates?
 
Upvote 0
Top