【发布时间】:2020-05-26 12:03:47
【问题描述】:
我正在尝试根据度数旋转图钉图像,例如“120”以显示它的方向。
var pushpin = new Microsoft.Maps.Pushpin(curlocation, {
icon: '/images/Airplane_icon.png',
anchor: new Microsoft.Maps.Point(20, 20),
color: 'red'
});
【问题讨论】: