New to Kendo UI for jQueryStart a free 30-day trial

Title

configuration

The marker title. Displayed as browser tooltip.

title

String

Default: "pinTarget"

<div id="map"></div>
<script>
$("#map").kendoMap({
    layers: [{
        type: "tile",
        urlTemplate: "https://a.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
        attribution: "&copy; OpenStreetMap"
    }],
    markers: [{
        location: [42.3601, 71.0589],
        title: "Visit Boston - Historical City"
    }]
});
</script>
Not finding the help you need?
Contact Support