imagerySetString(default: "road")

The default imagery set of the map.

Example

<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>
In this article
imagerySet
Not finding the help you need?
Contact Support