Package 

Class MapViewKt

    • Method Summary

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

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