Windows手机地图控件显示所有位置(缩放以包括所有图钉)

时间:2012-05-31 07:05:49

标签: location zoom windows-phone bing

我试过用过     map.SetView(LocationRect.CreateLocationRect(位置));

但问题是我需要显示所有的图钉。使用上述方法仅考虑位置。有些图钉会被裁剪掉,特别是角落图钉。

有更好的方法吗?感谢。

2 个答案:

答案 0 :(得分:0)

LocationRect.CreateLocationRect(locations)为您提供了位置的绑定框,因此您可以在将其传递给{{1}之前人为地夸大一点(例如,通过在每个边缘添加/减去十度) }

答案 1 :(得分:0)

You can increase the zoom level of map so that pushpins will be visible...
try this.
map1.ZoomLevel = 5;