layers.tileSizeNumber(default: 256)

The size of the image tile in pixels.

Example - setting tile size for a layer

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