在阿戈格尔图中,Im通过打电话制作我自己的定制地图类型。
map.mapTypes.set( my map , new google.maps.ImageMapType({
getTileUrl: ...
minZoom: 12,
maxZoom: 20,
...
}));
当然,这些层的动物群范围有限(就这个例子而言是12-20个)。 现在的问题是 go图的违约行为。 如我看表7中的地图,转而去我的地图,地图自动流出到zoom 12/strong>。
相反,当我身处7号冲锋枪,改用我的地图,。 我想看到“这一尺度没有地图数据,请在中显示。
- Is there some standard option / way how to do this within API v3?
- Is there some commonly used solution to this problem?
- If not, what would be the easiest way to do it?
提前感谢。