0
BIng地圖V8。所有的引腳都比第一個負載下降了2釐米,當我刷新頁面時,引腳回到其實際位置。 這裏是我在實現中使用的代碼示例。BIng地圖V8。所有引腳均比第一個負載下降2cm以下
var pin = new Microsoft.Maps.Pushpin(addressLocation, {
icon: '/img/pin.png',
width: 29,
height: 40,
showPointer: true,
subTitle: _.template(CustomTemplate, _.extend({}, addressLocation))
});
this.locations.push(addressLocation);
this.pins.push(pin);
是否有針對此問題的建議修復?提前致謝。
謝謝你的回覆。我已經添加了具有(12,36)值的錨標記,並解決了問題:) –