ivanomonti Expert Licensed User Longtime User Jan 26, 2019 #1 I'm using the google maps library and everything just works out that says "for developer purpose ony"
I'm using the google maps library and everything just works out that says "for developer purpose ony"
Harris Expert Licensed User Longtime User Jan 27, 2019 #2 Do you have a valid Google Maps API key? Upvote 0
ivanomonti Expert Licensed User Longtime User Jan 27, 2019 #3 Harris said: Do you have a valid Google Maps API key? Click to expand... Upvote 0
Harris Expert Licensed User Longtime User Jan 27, 2019 #4 https://developers.google.com/maps/documentation/javascript/get-api-key#key and https://www.b4x.com/android/forum/threads/google-maps-api-key.79517/ I suspect, without the API key in your project - it may now state "for dev purposes only"???? Only a guess.... Upvote 0
https://developers.google.com/maps/documentation/javascript/get-api-key#key and https://www.b4x.com/android/forum/threads/google-maps-api-key.79517/ I suspect, without the API key in your project - it may now state "for dev purposes only"???? Only a guess....
ivanomonti Expert Licensed User Longtime User Jan 28, 2019 #5 B4X: Waiting for debugger to connect... Program started. Alert: Hide directions called Alert: loadMapLibrary done Alert: Hide directions called Alert: loadMapLibrary done Error in handle: 599cbb0a-9c4d-45e8-90e5-79a9a8b5ca82 for state handler Upvote 0
B4X: Waiting for debugger to connect... Program started. Alert: Hide directions called Alert: loadMapLibrary done Alert: Hide directions called Alert: loadMapLibrary done Error in handle: 599cbb0a-9c4d-45e8-90e5-79a9a8b5ca82 for state handler
ivanomonti Expert Licensed User Longtime User Jan 28, 2019 #6 Harris said: https://developers.google.com/maps/documentation/javascript/get-api-key#key and https://www.b4x.com/android/forum/threads/google-maps-api-key.79517/ I suspect, without the API key in your project - it may now state "for dev purposes only"???? Only a guess.... Click to expand... I use the example published by erel but I do not see where I have to insert apykey, which I use for queries but not on the erel library Upvote 0
Harris said: https://developers.google.com/maps/documentation/javascript/get-api-key#key and https://www.b4x.com/android/forum/threads/google-maps-api-key.79517/ I suspect, without the API key in your project - it may now state "for dev purposes only"???? Only a guess.... Click to expand... I use the example published by erel but I do not see where I have to insert apykey, which I use for queries but not on the erel library
Harris Expert Licensed User Longtime User Jan 28, 2019 #7 Perhaps look here to get an idea... https://www.b4x.com/android/forum/threads/b4x-google-geocoding-rest-api.83870/ Upvote 0
Perhaps look here to get an idea... https://www.b4x.com/android/forum/threads/b4x-google-geocoding-rest-api.83870/
Erel B4X founder Staff member Licensed User Longtime User Jan 28, 2019 #8 You need to pass the Google Map API key in the call to GoogleMap.Initialize2. Upvote 0
ivanomonti Expert Licensed User Longtime User Jan 28, 2019 #9 Erel said: You need to pass the Google Map API key in the call to GoogleMap.Initialize2. Click to expand... thanks Erel as usual solve my every problem. Upvote 0
Erel said: You need to pass the Google Map API key in the call to GoogleMap.Initialize2. Click to expand... thanks Erel as usual solve my every problem.