我试过用过 map.SetView(LocationRect.CreateLocationRect(位置));
但问题是我需要显示所有的图钉。使用上述方法仅考虑位置。有些图钉会被裁剪掉,特别是角落图钉。
有更好的方法吗?感谢。
答案 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;