【发布时间】:2013-07-03 03:34:12
【问题描述】:
我有两个 var,
map = new Microsoft.Maps.Map(document.getElementById("mapDiv"), {
showMapTypeSelector:false,
showScalebar:false,
enableSearchLogo:false,
showDashboard:true,
credentials:"Aku0L3I-4aBqUL0zUWpJYNIp-vppMK2h",
mapTypeId:Microsoft.Maps.MapTypeId.road,
zoom:4,
center:new Microsoft.Maps.Location(38.3466110000000029,-77.0653559999999942)
});
这个 Map var 用于在我的 bing 地图上绘制多边形。
greenLayer = new ClusteredEntityCollection(map, {
singlePinCallback: createPin,
clusteredPinCallback: createClusteredPin,
clusterPlacementType: 2,
clusteringEnabled: true,
visible: true,
gridSize: 50
});
这个greenlayer用于在bing地图上画图钉。
跑步时,
the polygon is up and the pins is down.
i need to draw polygon down and pins up.
如何在必应地图中进行greenlayer which comes up。
【问题讨论】:
-
合理的标题请用小写或正确的大小写。
标签: php bing bing-api bing-maps