I'm embedding Google Maps into my web site.(我正在将Google地图嵌入我的网站。)
Once Google Maps is loaded, I need to kick off a few JavaScript processes.(加载Google地图后,我需要启动一些JavaScript流程。) Is there a way to auto-detect when Google Maps has fully loaded, including tile downloads and all?(有没有办法在Google地图完全加载时自动检测,包括平铺下载等等?) Atilesloaded()
method exists that is supposed to accomplish exactly this task but it does not work .(存在一个tilesloaded()
方法,该方法应该完成此任务,但它不起作用 。)
ask by translate from so