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 9775956 commit cb7f689Copy full SHA for cb7f689
presentation/src/main/java/com/stop/ui/mission/TMap.kt
@@ -40,7 +40,7 @@ class TMap(
40
tMapView.setSKTMapApiKey(BuildConfig.TMAP_APP_KEY)
41
tMapView.setOnMapReadyListener {
42
tMapView.setVisibleLogo(false)
43
- tMapView.mapType = TMapView.MapType.NIGHT
+ tMapView.mapType = TMapView.MapType.DEFAULT
44
tMapView.zoomLevel = DEFAULT_ZOOM_LEVEL
45
46
tMapHandler.alertTMapReady()
0 commit comments