mapkendo.dataviz.ui.Map

The owner Map widget.

Example

<div id="map"></div>
<script>
$("#map").kendoMap({
    layers: [{
        type: "bing",
        key: "AqaPuZWytKRUA8Nm5nqvXHWGL8BDCXvK8onCl2PkC581Zp3T_fYAQBiwIphJbRAK"
    }]
});

var layer = $("#map").data("kendoMap").layers[0];
console.log("Owner Map widget:", layer.map);
</script>
In this article
map
Not finding the help you need?
Contact Support