Microsoft Bing

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

BingImage, BingElevation

CLASS: BingImageLayer (inherits from: ImageLayer)

CLASS: BingElevationLayer (inherits from: ElevationLayer)

Property Description Type Default
key API key tied to your subscription string
imagery_set Imagery set to access (BingImage only). Please see Bing documentation for available options. string Aerial

Example

<BingImage name="bing">
    <key>{your key here}</key>
    <imagery_set>Aerial</imagery_set>
</BingImage>