File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
presentation/src/main/java/com/whyranoid/presentation/running Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ internal class RunningActivity :
20
20
override fun onCreate (savedInstanceState : Bundle ? ) {
21
21
super .onCreate(savedInstanceState)
22
22
mapView = binding.mapView
23
- mapView
24
23
25
24
mapView.onCreate(savedInstanceState)
26
25
mapView.getMapAsync(this )
@@ -32,10 +31,9 @@ internal class RunningActivity :
32
31
naverMap.maxZoom = 18.0
33
32
naverMap.minZoom = 10.0
34
33
35
- Marker ()
36
-
37
34
naverMap.moveCamera(CameraUpdate .scrollAndZoomTo(LatLng (37.498095 , 127.027610 ), 15.0 ))
38
- naverMap.uiSettings.isLocationButtonEnabled = true
35
+ naverMap.uiSettings.isLocationButtonEnabled = false
36
+ naverMap.uiSettings.isZoomControlEnabled = false
39
37
}
40
38
41
39
override fun onStart () {
You can’t perform that action at this time.
0 commit comments