如何更改windows store app的bing map pushpin的颜色

时间:2015-03-19 07:51:47

标签: javascript windows-runtime windows-store-apps windows-phone-8.1 winjs

我想改变图钉的颜色。我试图设置图标属性,但我得到一个十字标记而不是图钉。图像是我的项目文件夹。

  var targetPin = new Microsoft.Maps.Pushpin({

                            latitude: searchLocations[i].locationLatitude,
                            longitude: searchLocations[i].locationLongitude,
                            height: 44,
                            width: 30
                        },{   icon:'images/green.png'});

1 个答案:

答案 0 :(得分:0)

在图像的属性中,将构建操作设置为“content”。