minSizeNumber(default: 256)

The size of the map in pixels at zoom level 0.

Example - setting minimum map size

<div id="map"></div>
<script>
    $("#map").kendoMap({
        center: [30.268107, -97.744821],
        zoom: 3,
        minSize: 512,
        layers: [{
            type: "tile",
            urlTemplate: "https://a.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
            attribution: "&copy; OpenStreetMap"
        }]
    });
</script>
In this article
minSize
Not finding the help you need?
Contact Support