Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Needs more info comment that > 10 days [ID: 963198]
Comment such as: SPAM, non-actionable [ID: 963127]
Resolved actionable follow-up comments [ID: 963027]
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
What would you like us to add to this API?
There is currently no sure way of knowing when the panorama is done loading a location upon asking it to do so using either
The delegate method - (void)panoramaViewDidFinishRendering:(GMSPanoramaView *)panoramaView isn't reliable, see: https://issuetracker.google.com/issues/232107694
I would like some way of knowing that the location I asked the panorama to load has been completely loaded and rendered successfully so that when revealed to the user it will be looking crisp and be ready for interaction.
Explain your use case for that feature:
In our exploration game we are hiding the panorama while loading the next location and revealing it when it is done loading and showing the the correct location. As there is currently no sure way of knowing that something is loaded we have a lot of workarounds and always have to resort to showing the panorama after a certain amount of time just because the SDK is lacking this feature. Resulting in poor user experience and frustration where panorama is still black/loading or showing the previous/wrong location.