B4i Question Google Maps Behaviour - Pedro Caldeira    Jun 19, 2023 Hello all, my maps appear white, although it has the google logo, zoom controls, My Location icon, etc. It just does not show the map. When I press My Location i get a strange icon in the middle of the map. Any ideas as to what might be the issue ? 143038 B4A Question google maps not work. white map in device - DonManfred (first post)    May 08, 2018   (1 reaction) 1. Disable mylocation in the designerlayout
2.
Sub MapFragment1_Ready
gmap = MapFragment1.GetMap
gmap.MyLocationEnabled = True
Dim m1 As Marker = gmap.AddMarker(41.6692150, -0.8886870, "test")
m1.Snippet = "This is the snippet"
End Sub B4A Tutorial (old) Google Maps Android v2 tutorial - Erel    Feb 24, 2016   (13 reactions) Dim cp As CameraPosition
cp.Initialize(36, 15, gmap.CameraPosition.Zoom)
gmap.AnimateCamera(cp)
End If
End Sub
You should see:
http://www.b4x.com/basic4android/images/SS-2012-12-18_18.25.14.png
If you see a "white map" then there is most probably a mismatch between the: package na B4A Tutorial Google Maps - MetalOS (first post)    Mar 08, 2016 Hello,
I followed the tutorial but the Google map remains white and no tile is loaded. here's a screenshot to show you the problem.
http://img15.hostingpics..png B4A Question Google Maps v2 "white map" B4A v6.0 - DonManfred (first post)    Jul 21, 2016   (1 reaction) You forget to upload your project ;-) B4A Question White Google Map when uploading to Play Store - hatzisn    Apr 18, 2018 I did so but nothing changed both in my device and the emulator. In device the map shows up even though I removed the installation SHA-1 (SHA-1 during upload) from the restrictions in Google Map Api and in the emulator the map does not show up even though I added the new SHA-1 from google app store B4A Question White map with google maps when uploading to google play store - Erel (first post)    Aug 04, 2017 This is not required. Please don't do it.
Have you used the same signing key when you compiled the store app? B4A Question B4A 6.3 and Google Maps Issue [Solved] - Anser (first post)    Sep 27, 2016   (1 reaction) Issue resolved.
I am really stupid. The Private Sign Key of the project was pointing to a wrong one and that was the cause for the White Google Map.
Sorry for the confusion. B4A Question White map, google maps not work. - Calvin Yee (first post)    Apr 15, 2019 I already follow the the below link still is the same:-
The output still is white map.
Please advise.
- Register your app in Google developer console: https://console.developers.google.com
You need to enable Google Maps Android API.
Then click on Credentials -> Create Credentials -> API Key -> B4J Question Google maps and B4JPackager11 WARNING: Unexpected error - XorAndOr    Jun 09, 2019 Hi to all in my project I inserted the google maps but after creating the exe file with B4jpackager11 ... the screen is white. I did a check with the example of the link below https://www.b4x.-library.56744/#content and the result is the same ... white screen. P.S. If I compile the project on the B4 Page: 1   2   3   4   5   6   7   Powered by ColBERT |