• 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

     * <ZoomOutButton disabled {...this.state.viewState} x={40} y={250} hint={<>Zoom out</>}/>
    

    Parameters

    Returns Element

Generated using TypeDoc