Lets say we are given the lat/lon coordinates (51.2993, 9.491)
and now I want to know what is the range of lat/lon coordinates in a 50km box/circle centered around this point.
(e.g. 51.2993 +/- 0.005, 9.491 +/- 0/003
)
How would I go about doing this?