Google Street View API V3 API - event loaded via slabs?

Is there an event that fires when street view finishes loading all the tiles that make up the panorama? Currently, if you change the position manually ( StreetViewPanorama.setPosition), the transition is rude and there is no way to know when all the files are uploaded. As a result, it is not possible to display a bootable GIF if it did not give an arbitrary timeout, for example, 2 or 3 seconds.

Any ideas?

+2
source share
1 answer

You can see all the available events for the panorama here: http://code.google.com/apis/maps/documentation/javascript/reference.html#StreetViewPanorama

Have you tried using the position_changed event?

+1

All Articles