awaitStreetViewPanorama

inline suspend fun StreetViewPanoramaFragment.awaitStreetViewPanorama(): StreetViewPanorama

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.

Return

the StreetViewPanorama


inline suspend fun StreetViewPanoramaView.awaitStreetViewPanorama(): StreetViewPanorama

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

Return

the StreetViewPanorama instance


inline suspend fun SupportStreetViewPanoramaFragment.awaitStreetViewPanorama(): StreetViewPanorama

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.

Return

the StreetViewPanorama