I am 'playing' with the GoogleMaps library and tryed to set MapUiSettings properties.
I get an error message saying: Object was not initialized (GMSUISettings)
The object has no Initialize method !?
But it has an IsInitialized method.
Solved !
I get an error message saying: Object was not initialized (GMSUISettings)
The object has no Initialize method !?
But it has an IsInitialized method.
Solved !
B4X:
Dim GMaps as GoogleMaps
Dim GMapsUI as MapUiSettings
'
'
GMapsUI = GMaps.GetUiSettings
Last edited: