layers.keyString

The API key for the layer. Currently supported only for Bing (tm) tile layers.

Example - setting Bing API key for a layer

<div id="map"></div>
<script>
    $("#map").kendoMap({
        center: [30.268107, -97.744821],
        zoom: 3,
        layers: [{
            type: "bing",
            key: "YOUR_BING_MAPS_API_KEY",
            imagerySet: "road"
        }]
    });
</script>
In this article
layers.key
Not finding the help you need?
Contact Support