Bing Maps overview

Bing Maps offers access to rich map imagery and data as well as robust search, location, and routing services. Access to the Bing services platform requires explicit registration with Microsoft. The subsequent use of Bing services in the ArcGIS Runtime SDK for WPF requires that you generate and provide a key when utilizing a Bing component.

The ArcGIS Runtime SDK for WPF uses Bing Maps imagery, geocoding, and routing services. Each class has a Token property that is set to a Bing Maps key. Bing Maps keys can only be used with Bing Maps production services and they do not expire. The key is included in each request to a Bing Maps service to authorize access.

NoteNote:

Although the Token property can be set to a valid token generated by a Bing Maps token service for either the production or staging environment, the Bing token and staging service architecture has been deprecated, and as a result, you should use Bing Maps keys going forward. A Bing Maps key is similar to a token, but it does not expire and is associated with a specific application name and uniform resource locator (URL).

Creating a key using the Bing Maps Portal

A key can be created using the Bing Maps Portal by doing the following steps:

  1. In a browser, navigate to Bing Maps Account Center.
  2. Create or use a Windows Live ID to log in.
  3. Click the "Create or view keys" link and add an application name and URL to create a key. Currently the name and URL are not validated.
  4. Copy the key, which is available on the same page, and use it to set the Token property or apply as a token in a constructor for Bing components in the ArcGIS Runtime SDK for WPF. See the topic on Using Bing Imagery, Geocode, and Route services for more information.
1/27/2015