Skip to content

Commit 46701a5

Browse files
committed
chore: T맵 Zoom level 상수 변수로 선언
1 parent 0dfcf09 commit 46701a5

File tree

1 file changed

+3
-1
lines changed
  • presentation/src/main/java/com/stop/ui/mission

1 file changed

+3
-1
lines changed

presentation/src/main/java/com/stop/ui/mission/TMap.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class TMap(
4141
tMapView.setOnMapReadyListener {
4242
tMapView.setVisibleLogo(false)
4343
tMapView.mapType = TMapView.MapType.NIGHT
44-
tMapView.zoomLevel = 16
44+
tMapView.zoomLevel = DEFAULT_ZOOM_LEVEL
4545

4646
tMapHandler.alertTMapReady()
4747
}
@@ -108,5 +108,7 @@ class TMap(
108108

109109
private const val KOREA_LONGITUDE_MIN = 124.661865
110110
private const val KOREA_LONGITUDE_MAX = 132.550049
111+
112+
private const val DEFAULT_ZOOM_LEVEL = 16
111113
}
112114
}

0 commit comments

Comments
 (0)