Google Maps on iOS app

I’m implementing a Map View using Google Maps SDK on iOS app.
I can binding and add default MapView successful.
But how can we add location and search list for it?
I’m searching an Example by Kotlin, but nothing.
Could anybody can help?

Thanks in advance!

Are you using MOE bindings for Google’s * [Maps SDK for iOS]?(https://developers.google.com/maps/documentation/ios-sdk/)

Here is their link to tutorial for setting current location:
https://developers.google.com/maps/documentation/ios-sdk/current-place-tutorial

Though you’ll have to rewrite theirs Swift examples in Java.