can't get atlas.control.ScaleControl to work. The scale does not show up on the map
This will not display the scale on the map. Any ideas?? <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,…
Azure Maps Distance Matrix Async API out of region error
The below mentioned request works with Azure Maps Distance Matrix Request synchronous API. But doesn't work with asynchronous API. Using synchronous API, I get proper distance matrix. But using asynchronous API, I get OUT_OF_REGION error. I am using…

How to get updated APIs for Azure Government
We have a solution running in the Azure government Cloud and use Azure Maps for addressing and reverse geocoding. Recently, the Public Azure Maps updated their APIs so they are more accurate and complete. But, the updates don;t seem to work in the…
Azure Maps byCoordinates api call GMT issue
Hi there, I'm leveraging the timezone/byCoordinates api call to convert lat and long coordinates to a time zone. I've ran across an issue when hitting the api call with coordinates located in Ireland 53.3498,-6.2603. GMT is returned with a daylight…

Azure Maps failing with NO_ROUTE_FOUND
Hello, I am trying to get the distance between two coordinates and Azure Maps is failing and returning a NO_ROUTE_FOUND error. Here is API request that I am using that is failing: …
How to make my Azure Map determine accurate location information for my mobile users
I use the Azure Map service in my SaaS application. Users do not get an accurate location returned when we try to determine their position
Azure Maps - Max Bounds Issue with Pitch and Rotate Button Controls
When using React Azure Maps, max bounds have been set to restrict users from panning and zooming outside the designated area, which works as intended. However, after using the pitch or rotate buttons, it becomes possible to pan and zoom beyond the max…
Migration from Azure Maps Route API 1.0 to 2025-01-01 – Waypoint Limit Reduced
We are currently migrating from the Azure Maps Route API (version 1.0) to the latest version (2025-01-01). However, we have encountered a significant limitation regarding waypoints: In API version 1.0, we were able to add up to 150 waypoints in a single…

Impact of Bing Maps for Enterprise retirement to UWP
We received an email about the retirement of Bing Maps for Enterprise, which will affect all applications using Bing Maps. Does retirement also affect UWP apps that include map feature? Any migration procedures can be followed? Thanks.

Is the Azure Maps API available in South Korea?
Hi team, I am trying to use GetReverseGeocodingAsync from Azure Maps to fetch the user's address, city, state and country. But I am seeing System.ArgumentOutOfRangeException in Azure.Maps.Common.ChangeTrackingList`1.get_Item method. It works perfectly…
How to Prevent Click Event Propagation Between Overlapping Layers in Azure Maps?
Hi, I am working with Azure Maps and have two overlapping marker layers: primaryMarkerLayer and currentLocationLayer. I have added a click event to both layers. Here’s what I’m experiencing: When I click on the currentLocationLayer marker, the click…

Azure Maps Address Search result missing full zip codes for Canadian addresses
Another Canadian address issue I'm hitting with the Azure Maps API: I am now using the Address Search endpoint to validate passed-in address fields. The result payload of that endpoint includes an "address" object that has values for…
Bing Maps V8 Web Control: How to enable landmarks (Shopping centers, hotels, restaurants, etc)
I want to display all the nearby landmarks such as shopping centers, restaurants, hotels, petrol pumps, etc. on the map created using Bing Maps V8 Web Control like how https://www.bing.com/maps/ shows. But I cannot find a configuration or setting to…

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…

Get travel distance and travel time
Hi, We have a requirement to calculate the travel distance and travel time for a collection of latitude/longitude coordinates. Sometimes, we will have around 400 latitude/longitude points. We have used the below Bing Maps API, as shown below, to…

Will azur map is supporting android SDK
Hi team, Azur map is supporting the Android SDK ? Thank you

How to Get Latitude and Longitude from Cell Tower Info Using Azure Maps?
Google Maps provides an API to determine location based on cell tower information. For example, the following request retrieves location details using cellId, locationAreaCode, mobileCountryCode, and mobileNetworkCode: curl -X POST…
Questions Regarding Bing Maps Auto Suggest API Data Formatting
Hi, We are using the Bing Maps Auto Suggest API, available at the following link: https://www.bing.com/api/maps/sdk/mapcontrol/isdk/autosuggestui#JS We are currently facing the following challenges and would appreciate your assistance: State,…
Azure Maps Creator services have been retired and will no longer be available or supported after September 30th, 2025. What to do next, I have a requirement for it?
I have a requirement in which I need to use Azure Map Indoor service to read and display the contents of a dwg file. But since it is deprecated, what is the fix for it ?
Limit search by country
var address = "Prospects Place, Fairfax Drive, Westcliff-on-Sea"; var client = new MapsSearchClient(credential); var response = await client.GetGeocodingAsync(query: address, cancellationToken: cancellationToken); var isSuccess =…

