1

我试过使用 map.SetView(LocationRect.CreateLocationRect(locations));

但问题是我还需要显示所有图钉。使用上述方法只考虑位置。一些图钉被裁剪,尤其是角落的图钉。

有一个更好的方法吗?谢谢。

4

2 回答 2

0
You can increase the zoom level of map so that pushpins will be visible...
try this.
map1.ZoomLevel = 5;
于 2012-11-26T08:36:51.453 回答
0

LocationRect.CreateLocationRect(locations)为您提供位置的绑定框,因此您可以在将其传递给SetView

于 2012-05-31T12:50:52.213 回答