Latitude / Longitude and meters
问题 I have a small algorithmic problem. I am developing an Android application. I get GPS coordinates. For example: latitude: 23.23907 , longitude: 50.45786 . So I get a point. I want to compute bounds details on this point plus or minus 5 meters. I.e.: [23.23907 - 5 meters ; 23.23907 + 5 meters] [50.45786 - 5 meters ; 50.45786 + 5 meters] How to make this calculation? Thank you very much! 回答1: The haversine formula can be simplified a great deal when you work in north-south and east-west