messages.tileTitleString(default: "Map tile")

Specifies alt attribute value for the Map tile <img> elements.

Example - setting custom tile title message

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