Package 

Class MapFragmentKt

    • Method Summary

      Modifier and Type Method Description
      final static GoogleMap awaitMap(MapFragment $self) A suspending function that provides an instance of a GoogleMap from this MapFragment.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • awaitMap

         final static GoogleMap awaitMap(MapFragment $self)

        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.