smooth

fun smooth(measuredLat: Double, measuredLng: Double, accuracyMeters: Float, timestampMs: Long): Pair<Double, Double>

Smooth a new GPS measurement.

Return

Pair(smoothedLat, smoothedLng)