suspend fun SupportMapFragment.awaitMap(): GoogleMap
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.
Return
the GoogleMap instance