Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Microsoft.Map.getBounds() 返回 LocationRect 对象,它本身由中心、宽度、高度组成。我想找到左上角和右下角来查询我的数据库以获取该区域中的所有点。
LocationRect 类包括 GetNorthwest() 和 GetSoutheast() 函数。您可以在此处查看参考