Package 

Class SupportStreetViewPanoramaFragmentKt

    • Method Summary

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

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