Package 

Class StreetViewPanoramaFragmentKt

    • Method Summary

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

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

      • awaitStreetViewPanorama

         final static StreetViewPanorama awaitStreetViewPanorama(StreetViewPanoramaFragment $self)

        A suspending function that provides an instance of a StreetViewPanorama from this StreetViewPanoramaFragment. This is an alternative to using StreetViewPanoramaFragment.getStreetViewPanoramaAsync by using coroutines to obtain a StreetViewPanorama.