且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

MarkerWithLabel 停止正常工作

更新时间:2023-11-03 23:47:46

似乎最新的谷歌地图更新破坏了markerwithlabel 代码所依赖的东西.同样的事情发生在我的一些地图上.我们必须等到修复程序可用.

It appears as if the latest google maps update broke something that markerwithlabel code relies on. The same thing happend to some of my maps. We'll have to wait until a fix is available.

目前的解决方案是将谷歌地图API版本设置为3.15或更低:https://code.google.com/p/google-maps-utility-library-v3/issues/detail?id=296&sort=-id&colspec=ID%20Type%20Status%20Priority%20Fixed%20Owner%20Summary%20Stars

The current solution is to set the google maps API version to 3.15 or lower: https://code.google.com/p/google-maps-utility-library-v3/issues/detail?id=296&sort=-id&colspec=ID%20Type%20Status%20Priority%20Fixed%20Owner%20Summary%20Stars

  • 使用 ...maps.google.com/maps/api/js?sensor=false&v=3.15 有效
  • 使用 ...maps.google.com/maps/api/js?sensor=false&v=3.16 出错
  • 使用 ...maps.google.com/maps/api/js?sensor=false 也会出错