open fun getAsyncMap(@NonNull callback: OnMapReadyCallback): Unit
Sets a callback which will be triggered when the map instance is ready to use. The callback will be executed in the main thread.
callback
- OnMapReadyCallback: The callback to handle the result.