C# 相当于 Google Maps API 的computeArea
Google Maps Api 有一个 google.maps.geometry.spherical.computeArea< /a> 方法。 我怎样才能用 C# 编写它的等价物? (公式是什么)
我有一组经纬度值,我需要计算封闭多边形的面积(以米为单位)。
示例代码受到高度赞赏。
Google Maps Api has a google.maps.geometry.spherical.computeArea method.
How can I write its equivalent in C#? (What will be the formula)
I have a set of lat long values for which I need to calculate area (in meters) of the enclosed polygon.
Sample code is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
很抱歉为旧问题添加答案,但如果其他人正在寻找快速答案:
参考https://github.com/googlemaps
Sorry for adding an answer to an old question, but if someone else is looking for a quickly answer:
Reference https://github.com/googlemaps
你自己尝试过什么?
有一些非常相似的问题有详细的答案,所以最好参考它们:
What have you tried yourself?
There are some very similar questions with detailed answers, so it's best to refer to them:
您可以从维基百科获取公式。
You can get the formula from Wikipedia.