I have distance in meters and latitude and longitude. Now I want the latitude and longitude from this return point at x meters in four directions (south, north, east and west).
How can I get this value?
I need to write this in C #, but any pseudo-code or logical manual would be welcome.
Update:
I have coordinates as a reference point from the fact that I want to calculate distances of 5 meters in the north direction, keeping the longitude constant. Therefore, I want to calculate latitude at a distance of 5 meters from my control point. I must do the same for all three directions in the east-west direction. I maintain longitude as constant.
Please let me know if any formula we can use for this.
source
share