Recent Places Sort by navigations, DEVIATION Maximum
This commit is contained in:
@@ -17,8 +17,8 @@ android {
|
||||
applicationId = "com.kouros.navigation"
|
||||
minSdk = 33
|
||||
targetSdk = 37
|
||||
versionCode = 118
|
||||
versionName = "0.3.1.118"
|
||||
versionCode = 121
|
||||
versionName = "0.3.1.121"
|
||||
base.archivesName = "navi-$versionName"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -243,7 +243,7 @@ private fun SearchPlaces(
|
||||
latitude = place.lat.toDouble(),
|
||||
postalCode = place.address.postcode,
|
||||
city = place.address.city,
|
||||
street = place.address.road
|
||||
street = place.address.road,
|
||||
)
|
||||
viewModel.saveRecent(context, pl)
|
||||
val toLocation =
|
||||
|
||||
Reference in New Issue
Block a user