# Microsoft Bing

Displays data from the Microsoft Bing server. Subscription / API key required.

## BingImage, BingElevation

CLASS: BingImageLayer (inherits from: [ImageLayer](image.md))

CLASS: BingElevationLayer (inherits from: [ElevationLayer](elevation.md))

<table border=”1” class=”docutils”> <thead> <tr> <th>Property</th> <th>Description</th> <th>Type</th> <th>Default</th> </tr> </thead> <tbody> <tr> <td>key</td> <td>API key tied to your subscription</td> <td>string</td> <td></td> </tr> <tr> <td>imagery_set</td> <td>Imagery set to access (BingImage only). Please see <a href=”https://docs.microsoft.com/en-us/bingmaps/rest-services/imagery/get-imagery-metadata#template-parameters”>Bing documentation</a> for available options.</td> <td>string</td> <td>Aerial</td> </tr> </tbody> </table>

### Example

```xml <BingImage name=”bing”>

<key>{your key here}</key> <imagery_set>Aerial</imagery_set>

</BingImage> ```