OpendataCH / Transport

Swiss public transport API
http://transport.opendata.ch/
MIT License
241 stars 50 forks source link

adds distanceToSearch to Locations found by findNearbyLocations #72

Closed benib closed 12 years ago

benib commented 12 years ago

this uses the not so accurate Haversine Formula [1] to calculate the distance. implements #38

[1]https://en.wikipedia.org/wiki/Haversine_formula

fabian commented 12 years ago

Cool, thanks!