Package 

Class SupportMapFragmentKt

    • Method Summary

      Modifier and Type Method Description
      final static GoogleMap awaitMap(SupportMapFragment $self) A suspending function that provides an instance of a GoogleMap from this SupportMapFragment.
      • 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(SupportMapFragment $self)

        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.