【发布时间】:2011-10-03 05:38:45
【问题描述】:
我从 Google Maps v.3 文档中举了两个简单的例子
https://code.google.com/apis/maps/documentation/javascript/examples/maptype-base.html
google-maps-utility-library-v3.googlecode.com/svn/tags/markermanager/1.0/examples/weather_map.html
我试图合并它,它的工作 http://nazin.gexe.pl/maptype-base.html
那么问题出在哪里?如果您查看图块 (4, 2) 应该有一些天气迹象,这是可以的,但是当您将地图滚动到图块 (12, 2)、(20, 2)、(-4, 2) 等等时,同样标记出现在这里。有没有办法只在 (4, 2) 瓦片的“默认”瓦片中显示标记?
【问题讨论】:
标签: javascript api google-maps-api-3 markermanager