Searched refs:dLat (Results 1 – 1 of 1) sorted by relevance
313 double dLat = lat2 * M_PI / 180 - lat1 * M_PI / 180; in distanceMeters() local315 double a = sin(dLat / 2) * sin(dLat / 2) + in distanceMeters()