GoogleMapAPIv3 街景加载事件
我正在创建一个网站并在其上使用街景全景。现在,我的一些目标用户可能没有最快的互联网,所以我想做的是在全景图完全加载时显示一个漂亮的加载屏幕。但是,我找不到任何在街景全景加载后触发的事件。
有吗?或者如果没有,我将如何创建一个在全景图完全加载时触发的人造事件
谢谢
im creating a website and am using a streetview panorama on it. Now some of my target users may not have the fastest internet available so what i want to do is display a pretty loading screen while the panorama fully loads. however i couldnt find any events that fire once a streetview panorama loads.
Is there one? or if not, how would i create a faux event that fires when a panorama is fully loaded
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如此问题所述,StreetView SDK 不会触发街景加载完成时发生的任何事件。
As noted on this question the StreetView SDK doesn't fire any event when the street view is finished loading.
我这样做了,它就像一个魅力。
实际上有一种方法可以通过使用 Streetview 服务来实现“已加载”事件,如下所示:
I do it and it works like a charm.
There is actually one way to achieve "loaded" event by using the Streetview service like this: