Function minZoomLevelBaseOnHeight
minZoomLevelBaseOnHeight( boundaries: Boundaries, canvasWidth: number, canvasHeight: number, cameraRotation: number,): number Parameters
- boundaries: Boundaries
- canvasWidth: number
- canvasHeight: number
- cameraRotation: number
Returns number
Calculates the minimum zoom level based on the height of the boundaries. Used when the canvas on the html is resized.