Arrival Issue
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
|||||||
applicationId = "com.kouros.navigation"
|
applicationId = "com.kouros.navigation"
|
||||||
minSdk = 33
|
minSdk = 33
|
||||||
targetSdk = 36
|
targetSdk = 36
|
||||||
versionCode = 85
|
versionCode = 86
|
||||||
versionName = "0.2.0.85"
|
versionName = "0.2.0.86"
|
||||||
base.archivesName = "navi-$versionName"
|
base.archivesName = "navi-$versionName"
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -472,13 +472,13 @@ class NavigationSession : Session(), NavigationListener, NavigationObserverCallb
|
|||||||
val streetName = routeModel.currentStep().street
|
val streetName = routeModel.currentStep().street
|
||||||
val currentDate = LocalDateTime.now(ZoneOffset.UTC)
|
val currentDate = LocalDateTime.now(ZoneOffset.UTC)
|
||||||
|
|
||||||
|
snapLocation(location, streetName)
|
||||||
|
|
||||||
checkTraffic(currentDate, location)
|
checkTraffic(currentDate, location)
|
||||||
updateSpeedCamera(location)
|
updateSpeedCamera(location)
|
||||||
checkRoute(currentDate, location)
|
checkRoute(currentDate, location)
|
||||||
updateNavigationScreen()
|
updateNavigationScreen()
|
||||||
checkArrival()
|
checkArrival()
|
||||||
|
|
||||||
snapLocation(location, streetName)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user