I want to place the zoom control in middle right of the the map i.e. in the middle of the right most side of the map. I have found solution to put the zoom control in differ
Simplest and Accurate
var map = L.map('map', { maxZoom: 20, minZoom: 6, zoomControl: false }); L.control.zoom({ position: 'bottomright' }).addTo(map);