latitude and longitude bounding box for C#?

后端 未结 3 818
后悔当初
后悔当初 2021-01-01 00:20

I just want to find a straightforward, C# class that takes in a starting latitude and longitude and a distance and finds the bounding box (max lat, min lat, max lon, min lon

3条回答
  •  梦毁少年i
    2021-01-01 00:54

    If you only have a starting latitude, longitude and altitude then there is no bounding box as you have only defined a single point in space. Any rectangle/bounding box would require at least two points to define it!

提交回复
热议问题