mapkendo.dataviz.ui.Map
The owner Map widget.
Example
<div id="map"></div>
<script>
// Creating a tile layer with map parameter
$("#map").kendoMap({
layers: [{
type: "tile",
urlTemplate: "https://#= subdomain #.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
subdomains: ["a", "b", "c"]
}]
});
</script>
In this article