latitude and longitude bounding box for C#?

后端 未结 3 840
后悔当初
后悔当初 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条回答
  •  盖世英雄少女心
    2021-01-01 00:51

    I know I'm resurrecting a two year old question, but in the event that anyone gets here from Google, I've written a C# class library that does exactly this and a little more. I've created a Github repository to host the code and will be writing a blog post covering it shortly.

    Geolocation repository

提交回复
热议问题