Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果是这样,是否可以将该数据源绑定到该层,以便它根据数据源中的值生成适当数量的图钉?
如果您只想拆分图层以更轻松地管理图钉,您可以将一些实体添加到地图中,如下所示:
pinLayer = new Microsoft.Maps.EntityCollection({ zIndex: 13 }); map.entities.push(pinLayer);
按照此链接获取有关 Bing 地图上的图层的更多说明