Realtime gps optimized for efficiency

This commit is contained in:
wengki81 2025-06-22 20:54:26 +08:00
parent aa44494cbe
commit 80c5d63364

View File

@ -80,7 +80,7 @@ class DumonGeolocation : Plugin() {
private var bufferedDrivingLocation: Location? = null
private var drivingEmitHandler: Handler? = null
private var drivingEmitRunnable: Runnable? = null
private val drivingEmitIntervalMs = 1050L
private val drivingEmitIntervalMs = 1500L
private var currentTrackingMode = GpsTrackingMode.NORMAL