Skip to content

Commit

Permalink
[Fix] Runnect#99 - 지도 줌 컨트롤러 숨김 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
lsj8706 committed Jan 12, 2023
1 parent 2edb768 commit 71d9c98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ extension RNMapView {
map.mapView.extent = NMGLatLngBounds(southWestLat: 31.43, southWestLng: 122.37, northEastLat: 44.35, northEastLng: 132)
map.showLocationButton = false
map.showScaleBar = false
map.showZoomControls = false

map.mapView.logoAlign = .rightTop
}
Expand Down

0 comments on commit 71d9c98

Please sign in to comment.