Remove close action
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user