Bug? [solved] In GoogleMaps library the MapUiSettings object has no Initialize method

klaus

Expert
Licensed User
Longtime User
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 !
B4X:
Dim GMaps as GoogleMaps
Dim GMapsUI as MapUiSettings
'
'
GMapsUI = GMaps.GetUiSettings
 
Last edited:
Top