未加载Google地图v2的MarkerManager

时间:2016-05-21 06:49:31

标签: javascript google-maps svn google-maps-api-2

我使用google maps v2(GMap2)进行桌面Web开发,并使用此链接使用MarkerManager: http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release/src/markermanager.js

    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=mykey" type="text/javascript"></script>
<script type="text/javascript" src="http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/release/src/markermanager.js"></script>

前几天我链接给出了错误,找不到markermanager.js。 我在哪里可以获得谷歌地图v2?

请注意: 我正在谷歌上搜索,我找到的只是用于谷歌地图v3的markermanager.js,而我现在想要谷歌地图v2。

由于

1 个答案:

答案 0 :(得分:2)

相关问题:Google Maps API V3 Infobox.js removed

Google代码为shut down per the announcement

  

告别Google代码

     

2015年3月12日,星期四

     
      
  • 2016年1月25日 - 项目托管服务已关闭。您将能够下载项目源,问题和维基的tarball。这些tarball将在2016年剩余时间内提供。
  •   

post on the google blog

你仍然可以access the source of the repository containing the v2 version of the MarkerManager,你不能使用那里的代码,你需要下载它并创建一个github项目或者把它放在你的服务器上。

download link for source archive