Skip to content

Commit 21f420f

Browse files
committed
refactor: 근접한 정류소의 정확성을 높이기 위해 확인하는 위경도 자릿수 5로 변경
1 parent 728298f commit 21f420f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domain/src/main/java/com/stop/domain/usecase/route/GetLastTransportTimeUseCaseImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ internal class GetLastTransportTimeUseCaseImpl @Inject constructor(
268268
private const val NOT_YET_CALCULATED = 0
269269
private const val KOREA_LONGITUDE = 127
270270
private const val KOREA_LATITUDE = 37
271-
private const val CORRECTION_VALUE = 10_000
271+
private const val CORRECTION_VALUE = 100_000
272272
private const val GYEONGGI_DO = "경기도"
273273
private const val SEOUL = "서울특별시"
274274

0 commit comments

Comments
 (0)