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…

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…
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…

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…
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 =…


Azure maps fails to recognize country of address
Hi Originally reported here, Azure maps fails to recognize the correct country of a query address. This issue divides in two parts: The client fails to find the address in the specified country. The client does not allow limiting the search to a…


Azure Maps: Shape Coordinates Exceeding Limits, Causing Filtering Issues
Hi all, I am using the Drawing Manager from the Azure Maps Sample Code to draw shapes on a map using freehand drawing. I am trying to filter markers within the drawn shape using turf.booleanPointInPolygon. However, in some areas, the markers are not…
Azure Maps - generate static map optimized for pushpins
I am looking to migrate from Bing Maps to Azure Maps to generate a static map. In Bing Maps, I pass a list of pushpins, and Bing Maps creates an optimized map based on the pushpins I passed. Bing Maps auto-selects the best zoom level to fit all the…
Does Azure Maps support to use with China?
Hi there, We are planing to integrate Azure Maps to our application for the customers in China. Before that, we would like to confirm the following questions: Is Azure Maps legal to use in China? Can render the China map well? Are the Azure Maps…
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…
Azure Maps SVG Performance Issue
Title: Issues with Rendering 1000+ Filtered CRM Records with Custom SVG Icons on Azure Map Body: I'm working on an Azure sample project where I filter CRM records based on specific criteria and then dynamically generate custom SVG icons (with new colors)…
Font Configuration Issues in Azure Maps – How to Specify Fonts for Mixed Chinese and English Text?
Hello, I'm facing an issue with Azure Maps when rendering GeoJSON data using a SymbolLayer. My goal is to display titles that contain both Chinese and English characters on the map. To ensure proper alignment and display, I attempted to specify custom…
Find points that lie within plotted drawn boundaries.
Hi, We are using Bing Maps to plot a large number of drawn shapes, covering almost the entire USA. The coordinates are stored in string format. We have requirement to find given a latitude/longitude point, we need to determine which shape it falls…
can you construct a choropleth map with the following labels
Construct a choropleth map with the following labels Equator Prime Meridian Europe Russia & the Near Abroad (Russia and its Periphery) Middle East and North Africa South and East Asia Oceania Sub-Saharan Africa Latin America United…
React Azure Maps - AzureMapPopup not added to DOM unless isVisible property is set to true.
I attempted to add accessible popups for each POI marker on the map, following this sample: https://samples.azuremaps.com/popups/accessible-popups, to make the map keyboard-navigable. However, I found that the popups weren't showing up when I pressed the…