<kendo:map-layerDefaults-bing>

The default configuration for Bing (tm) tile layers.

Example

<kendo:map-layerDefaults>
    <kendo:map-layerDefaults-bing></kendo:map-layerDefaults-bing>
</kendo:map-layerDefaults>

Configuration Attributes

attribution java.lang.String

The attribution of all Bing (tm) layers.

Example

<kendo:map-layerDefaults-bing attribution="attribution">
</kendo:map-layerDefaults-bing>

culture java.lang.String

The culture to be used for the bing map tiles.

Example

<kendo:map-layerDefaults-bing culture="culture">
</kendo:map-layerDefaults-bing>

imagerySet java.lang.String

The bing map tile types. Possible options.

Example

<kendo:map-layerDefaults-bing imagerySet="imagerySet">
</kendo:map-layerDefaults-bing>

key java.lang.String

The key of all Bing (tm) tile layers.

Example

<kendo:map-layerDefaults-bing key="key">
</kendo:map-layerDefaults-bing>

opacity float

The the opacity of all Bing (tm) tile layers.

Example

<kendo:map-layerDefaults-bing opacity="opacity">
</kendo:map-layerDefaults-bing>
In this article
Not finding the help you need?