The ZoomInButton zooms the map out when clicked. It respects the min and max zoom levels of the map. The current map ViewState must be passed to this control.
ZoomInButton
* <ZoomOutButton disabled {...this.state.viewState} x={40} y={250} hint={<>Zoom out</>}/>
Generated using TypeDoc
The
ZoomInButton
zooms the map out when clicked. It respects the min and max zoom levels of the map. The current map ViewState must be passed to this control.Example