Hi
I am trying to compile your uber clone example, with the help of your crashProtect method I have corrected several errors, but when trying to open the map the app crashes in iOS and does not notify anything, debug in Xcode and throws me this error :
'GMSServicesException', reason: 'Google Maps SDK for iOS must be initialized via [GMSServices provideAPIKey: ...] prior to use'
Investigating I found the following solution in Xcode but I do not know how to implement it in CodenameOne
in didFinishLaunchingWithOptions
GMSPlacesClient.provideAPIKey ("Your key")
GMSServices.provideAPIKey ("Your key")