Skip to main content
A newer version of this page is available. .

How to: Get a Bing Maps Key

  • 2 minutes to read

Map applications require a Bing Maps key to use the Bing Maps’ image (BingMapDataProvider) and GIS (BingSearchDataProvider, BingGeocodeDataProvider, BingRouteDataProvider, and BingElevationDataProvider) data providers . A map image layer displays the following message if no key is assigned to the BingMapDataProvider.BingKey property.

InvalidBingKey

Note

Information layers that use Bing Maps GIS services to provide data do not show such messages. You can handle the LayerBase.Error event to access to the Bing Maps server’s error responses (for example, “The remote server returned an error: (401) Unauthorized.”).

The message suggests you visit the https://www.microsoft.com/en-us/maps/create-a-bing-maps-key page. This page contains information about the available key types. This guide explains how to create a Basic Key.

  1. Expand the Basic Key section using its drop-down arrow.

    select-basic-key-on-bing-maps-portal

  2. Study information about how you can use a Basic Key.
  3. Click the GET THE BASIC BING MAPS KEY > button to go to the Bing Maps Portal.
  4. On this page, click the Sign In button. You should have a Microsoft account to continue.

    BingKey_WelcomePage

    Refer to the Creating a Bing Maps Account document in MSDN for detailed steps on how to create a Bing Maps account.

  5. After you login in to the Bing Maps portal, you are ready to create a Bing Maps key.
  6. Select the My Keys item from the My Account drop-down list.

    DevCenter_MyKeys

  7. In the My keys section, click the corresponding link to create a new key.

    create-key-link

  8. In the Create key form, fill key parameters and click the Create button.

    fill-the-create-key-form

    See the Getting a Bing Maps Key document in MSDN for more information on how to create a Bing Maps key.

  9. After you get your Bing Maps key, assign it to the provider’s BingKey property.

    BingMapDataProvider_BingKey

Refer to the Bing Maps webpage for more information about Bing Maps services. Also, visit Microsoft Bing Maps Platform APIs’ Terms of Use to get acquainted with the Bing Maps’ terms of use.