刷新/重新加载 Google 地图
我有一个 Google 地图,我想从我的代码刷新或重新加载地图。怎么可能呢?
我浏览此链接 http://www.codigoactionscript.org/ langref/googlemaps/com/google/maps/MapEvent.html 但那里没有刷新/重新加载地图的内容。
I have a Google map and I want to refresh or reload map from my code. How is it possible?
I go through this link http://www.codigoactionscript.org/langref/googlemaps/com/google/maps/MapEvent.html but there is nothing for refresh/reload map there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这并不完全是“刷新地图”;而是“刷新地图”。然而,完成同样的事情。
使用计时器从舞台中删除地图并再次添加它,调用完整的 Google 地图生命周期:
This isn't exactly "refreshing the map"; however, accomplishes the same thing.
Use a timer to remove the map from the stage and add it again, calling the full Google map lifecycle: