I have information about different locations in a Java List. Each location has it's coordinates (longitude and latitude)
For example:
longitude = 2.37364
latitude = 42.38473
I need to look up using an API which bus stations are near each location (in a radius of 500m).
I want to know how can I relate the coordinate system with meters to filter the search.
Java, but you can look there: https://geographiclib.sourceforge.io/html/java/ – Gabriel De Luca Feb 10 '20 at 21:02