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

Location

configuration

The marker location on the map. Coordinates are listed as [Latitude, Longitude].

location

Array|kendo.dataviz.map.Location
<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], // Boston coordinates
        title: "Boston"
    }]
});
</script>
Not finding the help you need?
Contact Support