Migrate from Bing Maps to Azure Maps Providers
- 3 minutes to read
This article explains how to migrate from Bind Maps services supported by the DevExpress Map control to the corresponding Azure Maps services.
Important
On May 21, 2024, Microsoft announced that Bing Maps for Enterprise and its API will be discontinued. Azure Maps will be a single unified enterprise mapping platform available from Microsoft.
To obtain and display map data from Azure Maps, we implemented the following providers:
- Azure
Map Data Provider - Azure
Search Data Provider - Azure
Route Data Provider - Azure
Geocode Data Provider - Azure
Traffic Incident Data Provider - Azure
Route Isochrone Data Provider
For information on how to migrate your app from Bing Maps to Azure Maps, see the following help topic: Migrate from Bing Maps to Azure Maps Providers.
If you already have a Bing Maps for Enterprise license, you can keep using the current API. You must transition to the new API by June 30, 2025 (for free/basic licenses) or June 30, 2028 (for enterprise licenses). New licenses will no longer be available after June 30, 2025. Bing Maps will not work with our map controls without a license after that date.
#Available Map Data Providers
The following table lists DevExpress map service providers supported by the DevExpress Map Control:
Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Imagery | Bing |
Azure |
Search | Bing |
Azure |
Geocode | Bing |
Azure |
Route | Bing |
Azure |
Traffic Incident | Bing |
Azure |
Isochrone | Bing |
Azure |
Elevation | Bing |
- |
Specify the AzureKey
or BingKey
property to access Azure Maps or Bing Maps data. A key is available in your Azure Maps or Bing Maps account.
#Useful Resources
#Migration Guide: Update Your Code
Tables in the following sections list Bing Maps provider members and their Azure Maps provider API counterparts. Use these tables to update your code when migrating to Azure Maps providers.
Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Image tiles and top layers | Bing , Bing |
Tileset |
Culture | Bing |
Culture |
View according to the region | - | Localized |
AzureMapDataProvider supports Azure Map tiles in raster formats.
Review the following help topic for more information: Migrate Bing Maps Get Imagery Metadata API
#Search
Provided Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Search request | Bing |
Search |
Search request: maximum results | Bing |
max parameter |
Search request: culture | culture parameter |
Azure |
Obtain search results | Bing |
Search |
Review the following help topic for more information: Migrate Bing Maps Find a Location by Address API
#Geocode
Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Geocode request | Bing |
Request |
Geocode request: culture | culture parameter |
Azure |
Obtain geocoding results | Bing |
Location |
Review the following help topic for more information: Migrate Bing Maps Find a Location by Point API
#Route
Provided Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Route request | Bing |
Calculate |
Route request: options | Bing |
Azure parameter |
Route request for major roads | Bing |
- |
Obtain route result | Bing |
Route |
Route options | Bing |
Azure |
Culture | - | Culture |
Review the following help topic for more information: Migrate Bing Maps Calculate a Route API
#Traffic Incident
Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Traffic incident request | Bing |
Request |
Traffic incident request: options | Bing |
Azure parameter |
Obtain traffic incident result | Bing |
Traffic |
Traffic incident options | Bing |
Azure |
View according to the region | - | Localized |
Culture | - | Culture |
Review the following help topic for more information: Migrate Bing Maps Get Traffic Incidents API
#Isochrone
Service | Bing Maps Provider | Azure Maps Provider |
---|---|---|
Isochrone calculation request | Bing ,Calculate ,Calculate |
Calculate Calculate |
Request options | Bing |
Azure parameter |
Obtain isochrone calculation result | Bing |
Isochrone |
Isochrone Options | Bing |
Azure |