Congressional Boundaries in Bing Maps Spatial Data Service
Hi, We are using Bing Maps Spatial Data Service to get the congressional district boundaries, currently we are getting 111th Congress boundaries, based on 2010 Census data. We are using below link…
Azure Map - Polygons not displayed when map within IFrame
Our web application creates polygons and sends them with postMessage to Azure Map running within an IFrame. Markers display correctly but the polygons don't show up, and no errors are reported. I tested by generating an html page with inline script…
Retrieving Historical Weather Data Using Azure Maps Weather API
I'm experiencing difficulties with the Azure Maps Weather API when trying to retrieve historical weather data for a specific location. Despite using the city and state in the query, I consistently receive a '400 BadRequest' error, indicating invalid or…
Not receiving the correct primaryKey for Azure Maps AQI
I am getting stuck here on the learn project Track global air quality with Azure Maps at unit 5 of 9. I have followed the troubleshooting on the "Exception has occurred: KeyError" since that is what is happening. I go back to copy and paste the…
Bing Maps API - I cannot view marker image/text but i can view title
I'm adding markers to my map after the event viewchangeend. Sometimes i can see my markers, other times i cant... i thought it might have been something to do with the map not fully rendered but when i added a title to my marker, i was able to see the…
Getting wrong boundaries for some locations
Hi, I am using the "Search for Boundaries" sample code from Azure Maps to get the boundaries of a desired location, but I have some questions regarding that. https://samples.azuremaps.com/?search=boundary&sample=search-for-boundaries I…
Npm support for Azure Maps extensions
Will the extensions to Azure Maps created by the Microsoft team ever be included in the azure-maps-control npm package? Some examples of extensions are the fullscreen map control, the animation module and the image exporter. Due to our tech stack, it is…
Any plans to migrate minimizeDrivingSideTurn from Bing Maps to Azure Maps?
Hi Azure Maps team, Do you have any plans to migrate minimizeDrivingSideTurn from Bing Maps to Azure Maps? It's no longer supported in Azure Maps to avoid driving side turn.
Migrate Bing Maps Distance Matrix to Azure Maps Route Matrix
We currently use Bing Maps API to get distances between points using the distance matrix. We use the following…
How can I use Control Modules with React Azure Map
Hi, We are using the react-azure-maps package. https://github.com/Azure/react-azure-maps#readme We want to use the fullscreen module: https://github.com/Azure-Samples/azure-maps-fullscreen-control Simply adding it to the map control options like below…
Replacement for Azure Maps?
Hi, As Azure Maps Creator doesn´t work for me I tried the QGIS plugin but it seems to lack something. https://azure.microsoft.com/en-us/updates/v2/azure-maps-creator-services-retirement-on-30-september-2025 Any suggestions how to set up new maps…
get elevation of a point using Azure maps
I am working on a desktop app and I have been able to bring the map in the WPF window using Azure Maps. I am trying to get the elevation of a given point. I used the API call given in this article:…
Events on the edge of the shapes are not invoking
Hi, I am using the Azure Maps Drawing Tool module. Here is the link for it https://samples.azuremaps.com/?search=Drawing%20Tools&sample=change-drawing-rendering-style I am facing an issue related to drawing layers on the map. For example, I have…
How do I get partial zip code typeahead matches in Azure Maps Address Search?
I'm new to Azure Maps, and I'm trying to find documentation around the options with typeahead address search. My use case is this - I want to provide a partial zip code (example: "372") and get zip code results only (screenshot below).…
Azure Maps - Drag & Drop Labels for Polygons and Symbols
Hi, In my current Bing Maps API application, I've created the ability to show and customize labels for polygon and pushpin (i.e. symbol) layers, either individually or for the whole layer. I also have created the ability to drag and drop those labels so…
Map search autocompletions for addresses and nearby points of interest
We are planning to implement a robust autocomplete search feature for addresses and points of interest (POIs) within our application. We are using Azure App Service as our backend platform. Specific Requirements: Real-time Suggestions: Users should…
Does Microsoft have an approval code from the Chinese government for the map within Power BI?
In order to display a map to users within China, the map apparently is supposed to have an approval code from the Chinese government to assure the map meets China standards. I am wondering if the map available within Power BI has such an approval code,…
When will Azure Maps support Bing Birds Eye View?
Currently, I don't see anyway to get Bing Brids Eye View API with Azure Maps. Is there any ETA when this feature will come?
OnMapReadyAsync() - Style is not done loading
Hi all; I am using AzureMapsControl which is a lightweight wrapper around Azure Maps. But I'm 99% certain this is an Azure Maps issue. This has happened once. In this code: public async Task OnMapReadyAsync(MapEventArgs mapArgs) { MapCenter = new…
Azure Maps - Snapping to Shapes When Using the Drawing Tools
Hi, I'm trying to replicate a feature that I have in my Bing Maps application using Azure Maps. I have created a distance measuring tool using the Azure Map's DrawingManager to draw a circle and show the distance using a Popup. It works great, but I…