GPS-distance
GPS-distance copied to clipboard
calculate distance between 2 GPS points
GPS Vincenty distance calculator
Original source (c) Chris Veness 2002-2011
Ported to:
- c
- java
- javascript
- python
Simple usage:
meters = getDistance(lat1, lon1, lat2, lon2)
getDistance() returns distance between 2 points in meters
License
The MIT License
Copyright (c) 2011 Jan Antala, https://github.com/janantala