Location Suggestion Discrepancy Between Azure Maps and Microsoft Teams/Outlook
We are currently integrating ___location search in our application using Azure Maps fuzzy search API (https://atlas.microsoft.com/search/fuzzy/json). However, we’ve noticed that the ___location suggestions returned from Azure Maps are often less relevant or…
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

Historical Traffic Flow Data
Hello, I am working on a research project and I am interested in azure maps' historical traffic data. I saw some answers from 2014 that Azure Maps doesn't provide it, but I am not sure if it has changed. If so I would appreciate a link or a quick…
Azure Maps

Azure Maps API Returns Same freeformAddress for Different Nearby Properties
I'm using the Azure Maps Forward Geocoding API to retrieve normalized addresses (freeformAddress) for a set of properties. However, I've noticed that the API returns the same freeformAddress — "South Forum Drive, Grand Prairie, TX 75052" — for…
Azure Maps
Azure Maps Route API Version 1.0 Replacement not available
We are looking at updating our Azure Maps integration to switch off of the soon to be retired 1.0 version of the APIs. However, one of the functions of the API that we currently use is the Get Route Directions…
Azure Maps
can we use time window restrictions for a specific stop in Azure Maps Route API v2025-01-01
In BingMaps one could define a timewindow restriction per specific "stop" so that when running truck route optimisation this restriction was taken in account and this specific stop was planned "on time" (eg Truck should arrive between…
Azure Maps
Azure Maps totalResults is always 100
Hi, we are currently testing Azure Maps as an alternative to google Maps for categorized radius searches around a ___location. Unfortunately, we are encountering a problem with pagination: Regardless of the requested ___location and radius, the Nearby search…
Azure Maps
Routing API resulting in 500 Internal Server Error
We need to find the shortest road distance between two points and are utilizing the avoid ferries properties in our requests, however we are finding that some ferries are causing a 500 Internal Server Error response from the API. POST:…
Azure Maps
Isochrones Support in Azure Maps
Hi, I'm re-writing my Bing Maps app to use Azure Maps instead and am trying to replicate some functionality that I support of creating an isochrone around a point. Bing Maps version: I'm using the current version of the Azure Maps Route Range API and…
Azure Maps
Ability to change the road color in Azure maps?
Hello. We are moving from Bing maps and are now using the "road_shaded_relief" style of interactive Azure maps. Is there a way to change the color of the roads to a lighter shade of orange or a different color in general? We have map pins…
Azure Maps

Getting UTC Time from Coordinates Using the Timezone API
I am using the "Route Range" API to create an isochrone for a specific ___location based on traffic at a certain date and time. The departAt argument requires a UTC formatted time, and I am considering using the "Get Timezone By…
Azure Maps
Why is "locality" field not being returned within address fields in call to get geocodes?
I'm calling the "geocode" endpoint, passing in address fields, to get the resolved lat/lon and also address fields back. For some reason with certain Canadian addresses, the "locality" field is not being returned back to me in the…
Azure Maps
Calls to Azure Maps result in server disconnecting the client
We are making a .NET C# 4.8 call to the api: https://atlas.microsoft.com/search/address/json The call may fail one or more times out of 10 calls. We are NOT calling it multiple times per second. We are passing in an address and waiting for the…
Azure Maps
How to get Azure Maps to prioritize the address number in the returned autosuggest
Hello, We are migrating from the following autosuggest API in Bing:…
Azure Maps
How do I remove the POI from a static map?
When a user has zoomed out or in on a map and creates a static map from that view, how do we remove the POI that are included in the static map?
Azure Maps
Timeline for Azure Maps Deprecated Functionality Replacement and Beta Status.
The Azure Maps Service Module is deprecated and slated for retirement 2026/09/30. We need to migrate to Azure Maps JavaScript REST SDK to avoid disruptions. As it stands, all the functionality was not yet available in the SDK, and all the SDK components…
Azure Maps
Street Number and name is not matching, when searching with position used from Point Address
Hi, I have been using the search address api for fetching the point address and position API: […
Azure Maps
Pedestrial Route with avoidAreas over only pathway problem
I am using the Azure Maps API to get Pedestrian routes and am having a problem with avoidAreas. https://codepen.io/Badajoz95/pen/pvvpPGWhas an avoidArea which only includes a pathway. https://codepen.io/Badajoz95/pen/RNNxgPW has an avoidArea which…
Azure Maps
How to get 512x512 map tiles?
The Azure Maps documentation mentions multiple times that tiles are available as either 256 or 512. I've been unable to retrieve any 512 tiles. I am using the latest version of the Render Get Map Tile with the tileSize parameter set to 512. I have…
Azure Maps
api-version only supports 1.0 in azure maps rest api
Everywhere I see, the documentation for the Azure Maps REST API says that v1.0 is deprecated and new development should be using the most recent API version. We have tried a most simplistic query…