Skip to main content

Zoom Feature

Live Editor
<div>
  <MapContainer center={[126.841784, 35.191406]} width="100%" height="500px">
    <ControlSection>
      <ZoomFeature />
    </ControlSection>
  </MapContainer>
</div>
Result
Loading...
  • ZoomFeature 컴포넌트를 통해 우측 상단 지도의 줌 컨트롤 기능을 사용할 수 있습니다.
  • 지도의 줌 값이 max, min 각각의 값에 도달하면 해당 버튼이 비활성화 됩니다.