Close
Angular React Web Components Blazor Web Components
Premium

Web Components Displaying Imagery from Bing Maps

NOTE: As of June 30, 2025 all Microsoft Bing Maps for Enterprise Basic (Free) accounts will be retired. If you’re still using an unpaid Basic Account and key, now is the time to act to avoid service disruptions. Bing Maps for Enterprise license holders can continue to use Bing Maps in their applications until June 30,2028.

For more details:

Microsoft Bing Blogs

The Web Components IgcBingMapsMapImagery is geographic imagery mapping service provided by Microsoft® company. It provides 3 styles of geographic imagery tiles of the world. This geographic imagery service is accessible directly on the www.bing.com/maps web site. The Ignite UI for Web Components map component can display geographic imagery from Bing Maps in the map’s background content using the IgcBingMapsMapImagery class.

Web Components Displaying Imagery from Bing Maps Example

Angular Bing Maps Imagery

Code Snippet

The following code snippet shows how to display geographic imagery tiles from Bing Maps in Web Components GeographicMap using IgcBingMapsMapImagery class.

Properties

The following table summarized properties of the IgcBingMapsMapImagery class:

Property NameProperty TypeDescription
ApiKeystringRepresents the property for setting an API key required for the Bing Maps imagery service. You must obtain this key from the www.bingmapsportal.com website.
ImageryStyleBingMapsImageryStyleRepresents the property for setting the Bing Maps imagery tiles map style. This property can be set to the following BingMapsImageryStyle enumeration values:
  • Aerial - Specifies the Aerial map style without road or labels overlay
  • AerialWithLabels - Specifies the Aerial map style with road and labels overlay
  • Road - Specifies the Roads map style without Aerial overlay
BingImageryRestUristringRepresents the property for setting the Bing Imagery REST URI specifying where the TilePath and SubDomains will come from. This is an optional property, and if not specified it will use the default REST URI.
CultureNamestringRepresents a property for setting the culture name for the tile source.
IsDeferredLoadbooleanRepresents the property that specifies whether or not the Bing Maps service should auto-initialized upon the assignment of valid property values.
IsInitializedbooleanRepresents the property that is set to True occurs when geographic imagery tiles from Bing Maps service have been initialized and they are ready for rendering in the map component.
SubDomainsIgcSubDomainsCollectionRepresents an image collection of URI sub domains
TilePathstringRepresents a property that sets the map tile image URI, this is the actual location of the Bing Maps

API References