标签: bing-maps
Microsoft.Map.getBounds()返回LocationRect对象,它自身由center,width,height组成。 我想找到左上角和右下角来查询我的数据库以显示该区域中的所有点。
答案 0 :(得分:1)
LocationRect类包含GetNorthwest()和GetSoutheast()函数。您可以查看参考here