I'm using the Bing Maps V8 controls and I can't seem to turn off getting alternate routes.
I'm using the Bing Maps V8 controls and would like to turn off alternate routes being shown. The maxRoutes option doesn't seem to work. What am I missing? The module is loaded with: Microsoft.Maps.loadModule('Microsoft.Maps.Directions', { callback:…
Azure Maps
Conversion from Bing Maps to Azure Maps
I have an application in Visual Basic that has used Bing Map software to produce maps using either street addresses (for U.S. locations) or GPS coordinates (for worldwide locations) as input. My Bing software is now useless, and I want to replace it with…
Azure Maps
How to automatically disable Azure Maps api key when reaching close to free tier limit
Hello everyone! I'm trying my best to properly implement Azure Maps in my Winui3 C# App, my main usage is simply to scroll around and view my surroundings on the map in satellite view and normal view, i see there are some limitations for the free tier,…
Azure Maps
Does Azure Maps support the use in China?
Hello, does Azure Maps support the use in China? My company uses Bing Maps for its project, and now Bing Maps needs to be integrated into Azure Maps. According to the Azure Maps document, it does not support the use in China. What should I do then?
Azure Maps
Bing Maps Directions Manager appears to be taking traffic conditions into account when generating a route
I'm having an issue where I'm using the Bing Maps V8 controls and I'm getting different routes on a map that appears to be related to the traffic conditions on the route. I have setup the DirectionsManager to set the route optimization to shortestTime…
Azure Maps

How to add congestion highlighting to routes generated by Bing Maps
I'm using the Bing Maps Directions Manager and Traffic Manager and they are setup similar to the example below. let trafficManager, directionsManager; let map = new Microsoft.Maps.Map(document.getElementById('myMap'), { /* No need to set credentials…
Azure Maps

Can not create Azure Maps Resource
I have signed up for a Pay as you Go Azure Subscription, and am trying to create an Azure Maps resource. No matter how I approach it, nothing happens. Process: Go to Create a Resource Search for "Azure Maps" For Azure Maps tile, click on…
Azure Maps
Region selection in Azure Maps Account
Hello, I can't find Canada Central in the list of Region when creating an Azure Maps Account. Please advise. Thank you,
Azure Maps

Bing Map API from Azure Logic App
Hi, our company has been using an Azure Logic App since 2018 to geocode addresses with the Bing Maps API. We use a For Loop to loop through a list of addresses in our database with no Latitude or Longitude and we then use the step "get location by…
Azure Maps
Bing Maps not showing geographic tile/overlay, just a plain grey background in Epic Systems MyChart widget.
We use Epic Systems Corporation's MyChart health portal application. It comes with a widget to embed in our health organization's web site. We use that widget to show local clinic locations. For several years, our Epic system has been configured to…
Azure Maps
Request access to Azure Maps RouteRangeHD preview (high-definition isochrones)
Hello, I would like to request access to the RouteRangeHD preview feature in Azure Maps, which was previously offered as a public preview (documentation:…
Azure Maps
Bing Maps ItineraryItems Duration Includes Traffic
I'm using the Bing Maps REST API to calculate a route. I've noticed that the duration of the itinerary items do not match the travelDuration on the top level resource field but they do match the travelDurationTraffic. The request includes the…
Azure Maps

Delete a vertice of polygon on edited shape
Hi, I'm moving a web app from Bing map to Azure maps. In this web app, I using polygon to delimited the delivery area. On azure maps, I succeed to edit a shape using a method related to the ticket…
Azure Maps

Bing Maps API Key Dev Center Keeps Reloading When I Choose Any Option
I have used three web browsers, logged into the Bing Maps API dev centre to create a new key, and all it does is reload, and refresh the page. This happens no matter which option I choose on that page. Nothing works, I have no extensions installed. I…
Azure Maps

UWP apps using MapControl per Bing Map Enterprise Free going to Azure maps
Per the announcement: Bing Maps for Enterprise is deprecated and will be retired. Enterprise account customers can continue to use Bing Maps for Enterprise services until June 30th, 2028. Free (Basic) account customers can continue to use Bing Maps for…
Azure Maps

PowerApps Migration from Bing Maps
We're using Bing Maps for location in PowerApps - the service is ending next year, so we're told to migrate to Azure Maps. There's no Power Platform connector for Azure Maps What's the migration path / fix for this?
Azure Maps

Plot postal codes provided in ranges.
Hi, We are currently using Bing Maps and have received a requirement from our customers to plot postal codes on the map. However, instead of providing individual postal codes, they will provide in a range format, such as 21070–21199. The requirement is…
Azure Maps
Azuremaps.com Address form with a autosuggest is not working.
If you go to the Azure Map Samples website and go to the Fill Address Form with Autosuggest sample (https://samples.azuremaps.com/rest-services/fill-address-form-with-autosuggest) and try to run you will find that it no longer works. It no longer makes…
Azure Maps

Get Geocoding can not deal with typos in query string
I'm using the Azure Maps Get Geocoding endpoint with version 2025-01-01. According to the documentation, "the geocoder is very tolerant of typos and incomplete addresses". However, this does not seem to be the case at all. For example the query…
Azure Maps

Recommended way to get a map with a driving route on it?
In Bing (Imagery/Map/Route/Routes), you could ask it for Road imagery that displays a route. What is the recommended way to do the same using Azure? I'm currently using Azure Static maps (map/static?api-version=2024-04-01) with a path set to locations…