Android Question Problem Scale for Google Maps

Erel

B4X founder
Staff member
Licensed User
Longtime User
You should change 'gmap' with the correct event name.

SS-2018-03-11_08.44.18.png
 
Upvote 0

FrankDev

Active Member
Licensed User
Longtime User
Hi Erel , thanks for your respone


B4X:
If MapFragment1.IsGooglePlayServicesAvailable = False Then
     ToastMessageShow("Please install Google Play Services.", True)
 Else
  MapFragment1.Initialize("Map", MapPanel)  <-  missing
 End If

so far I didn't notice it because 'MapFragment1_ready' worked, too

a nice weekend to all of you :)
 
Upvote 0
Top