We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728298f commit 21f420fCopy full SHA for 21f420f
domain/src/main/java/com/stop/domain/usecase/route/GetLastTransportTimeUseCaseImpl.kt
@@ -268,7 +268,7 @@ internal class GetLastTransportTimeUseCaseImpl @Inject constructor(
268
private const val NOT_YET_CALCULATED = 0
269
private const val KOREA_LONGITUDE = 127
270
private const val KOREA_LATITUDE = 37
271
- private const val CORRECTION_VALUE = 10_000
+ private const val CORRECTION_VALUE = 100_000
272
private const val GYEONGGI_DO = "경기도"
273
private const val SEOUL = "서울특별시"
274
0 commit comments