layers.attributionString

The attribution for the layer. Accepts valid HTML.

Example - set attribution text

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