Remove close action

This commit is contained in:
Dimitris
2026-05-15 10:17:21 +02:00
parent 9b4e730dcf
commit 02107256c7
7 changed files with 49 additions and 47 deletions
@@ -98,7 +98,7 @@ object GeoUtils {
}
fun createLineStringCollection(lineCoordinates: List<List<Double>>): String {
// return createPointCollection(lineCoordinates, "Route")
//return createPointCollection(lineCoordinates, "Route")
val lineString = buildLineString {
lineCoordinates.forEach {
add(
@@ -153,7 +153,6 @@ fun duration(
lastLocationUpdate: LocalDateTime
): Duration {
if (viewStyle == ViewStyle.PREVIEW ||
viewStyle == ViewStyle.PAN_VIEW ||
viewStyle == ViewStyle.AMENITY_VIEW) {
return 100.milliseconds
}