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

ImagerySet

configuration

The default imagery set of the map.

Default: "road"

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

console.log("Bing layer with aerial imagery set initialized");
</script>
Not finding the help you need?
Contact Support