Class GeoHelper Geolocation methods.
const EARTH_RADIUS = 6371000
float phpGPX\Helpers\GeoHelper::getDistance(\phpGPX\Models\Point $point1, \phpGPX\Models\Point $point2)
Returns distance in meters between two Points according to GPX coordinates.