Overpass, Traffic

This commit is contained in:
Dimitris
2026-04-27 15:58:04 +02:00
parent 17e68de017
commit 42b3eabe47
22 changed files with 206 additions and 142 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 37
versionCode = 98
versionName = "0.2.3.98"
versionCode = 103
versionName = "0.3.0.103"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -92,7 +92,7 @@ fun MapView(
duration = 1.seconds
)
}
NavigationImage(paddingValues, width, height / 6, "", dark)
NavigationImage(paddingValues, width, height / 6, "", dark, tilt)
}
}
}