How can I dynamically calculate the zoom that is suitable for my map?
I want to use setZoom(zoom)
but I don't want to add a fixed zoom for all maps, as I'm trying around , some zooms are just too zoomed for some cases and perfect for the others.
Any suggestions?