maps-ktx / com.google.maps.android.ktx / com.google.android.gms.maps.MapFragment

Extensions for com.google.android.gms.maps.MapFragment

awaitMap

A suspending function that provides an instance of a GoogleMap from this MapFragment. This is an alternative to MapFragment.getMapAsync by using coroutines to obtain a GoogleMap.

suspend fun MapFragment.awaitMap(): GoogleMap