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

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

awaitMap

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

suspend fun SupportMapFragment.awaitMap(): GoogleMap