tileSizeNumber(default: 256)

The tile size in pixels.

Example

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