My question is how can I find the minimum and maximum latitude and longitude of a specific area (150 miles) from the current location in one line of code in c#.
my case:- my lat/long is a/b and other lat/long is x/y and my search radius is 150 miles. I want to check x/y is in my search radius or not
I also have to try googling and I got link such like
Find Minimum/Maximum latitude and Longitude
But I don't know how it implements in my case.