• The ZoomInButton zooms the map in when clicked. It respects the min and max zoom levels of the map. The current map ViewState must be passed to this control.

    Example

    <ZoomInButton active {...this.state.viewState} x={40} y={200} hint={<>Zoom in</>}/>
    

    Parameters

    Returns Element

Generated using TypeDoc