Package 

Class StreetViewPanoramaCameraKt

    • Method Summary

      Modifier and Type Method Description
      final static StreetViewPanoramaCamera streetViewPanoramaCamera(Function1<StreetViewPanoramaCamera.Builder, Unit> optionsActions) Builds a new StreetViewPanoramaCamera using the provided optionsActions.
      • Methods inherited from class java.lang.Object

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

      • streetViewPanoramaCamera

         final static StreetViewPanoramaCamera streetViewPanoramaCamera(Function1<StreetViewPanoramaCamera.Builder, Unit> optionsActions)

        Builds a new StreetViewPanoramaCamera using the provided optionsActions. Using this removes the need to construct a StreetViewPanoramaCamera.Builder object.