controlsObject

The configuration of built-in map controls.

Example - hide all controls

<div id="map"></div>
<script>
    $("#map").kendoMap({
        controls: {
            attribution: false,
            navigator: false
        },
        layers: [{
            type: "tile",
            urlTemplate: "https://a.tile.openstreetmap.org/#= zoom #/#= x #/#= y #.png",
            attribution: "&copy; OpenStreetMap"
        }]
    });
</script>
In this article
controlsRelated Properties
Not finding the help you need?
Contact Support