Billing on azure maps bot
need to deeply understand how maps billing words, I had a product consuming its endpoint and assumed base on information provided by reps and on the web page that the first 5000 were free and after that it would be $4.50 per every 500k
Azure Maps

Azure Maps - where do I find my tokenServiceUrl
I have created my azure map account, resource, etc. I am trying to use a webpage in HTML to access a SAS token for the map authentication: // URL to your authentication service that retrieves an Microsoft Entra ID Token. // example: var…
Azure Maps

Azure maps API .. add xyz tileset created with GDAL tiler
Hi, I'm porting an application from Bing maps and I can't load my tilesets generated by the GDAL tiler. I need some way of flipping the Y axis part of the tile url. Steve
Azure Maps

Fully relative heatmap for Azure Maps?
Is there a way to generate a fully relative heat map layer in Azure Maps? Specifically, I need a heatmap where: At any given zoom level, only the single highest-density cluster is colored red (maximum intensity) All other clusters are colored relative…
Azure Maps

Azure maps Route range HD limitations
Hi all, I use the Post route range API on, Azure maps with API Version 2024-07-01-preview. https://learn.microsoft.com/en-us/rest/api/maps/route/post-route-range?view=rest-maps-2024-07-01-preview&tabs=HTTP I use the parameter isSimplifiedPolygon…
Azure Maps
Authentication Options for Azure Maps in Public Websites
I am developing a public-facing web application that needs to embed interactive Azure Maps. After reading the official documentation, I understand that the recommended authentication method for unauthenticated public websites is to use a SAS Token…
Azure Maps


Azure Maps — fetch base tiles only (avoid traffic/POI/street-detail calls)?
We’re using the Azure Maps Web SDK in a React app. We disable traffic at initialization and again after the map is ready. However, when we use the default base styles (e.g., road, satellite, satellite_road_labels), the browser’s network panel still shows…
Azure Maps
As a Microsoft client, and an ESRI ArcGIS Pro user, how do I download the Azure satellite base map image?
We are a Microsoft client, and I'm currently using ESRI's ArcGIS Pro. I would like to download the Azure satellite image to use in the GIS. What do I need to provide to you to make this happen? Thank you.
Azure Maps
Azure Maps Creator Retirement Question
My company is currently using Azure Maps. We were using tileset generation for indoor mapping but are moving away from that because of this retirement. I am trying to cover our all of our bases however. Is there anything on the map generation side (when…
Azure Maps
Azure Maps "road" style - legend for area colours
In our platform, we are using only the "road" style. I've had a question directed at me asking what some of the area colours mean. It's clear that green indicates areas of vegetation, blue indicates bodies of water, however other colours I'm…
Azure Maps
How to prevent traffic tiles requests in Azure Maps SDK
We noticed that in Azure Maps Web SDK: All default styles (road, satellite, satellite_road_labels) internally reference traffic data. Disabling traffic (flow: 'none') only hides the rendering but does not stop the traffic tiles requests (e.g.,…
Azure Maps
Bing maps for enterprise - Points of interest on map layers
Background. We have a map loaded via openlayers using their BingMaps source, set to the RoadOnDemand imagerySet. We have a bing maps enterprise license that we know will deprecate in 2028 but at the moment we are still using the service. An example of…
Azure Maps
How do I enable the Mobility/Transit feature in Azure Maps
I am trying to utilize the Azure map product mobility transit feature to calculate routes when using the public transit. How do I enable that feature?
Azure Maps
CSP Violation in azure-maps-control v3.6.1: Inline styles blocked despite nonce-based style-src
Current behavior Hi team 👋, I'm running into an issue when attempting to render markers using azure-maps-control v3.6.1. Specifically, when I create an HtmlMarker using one of the built-in templates (marker-thick), the marker appears on the map but is…
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
Azure Maps - Changing Map Style and Adding Symbols to Existing Layer Issue
Hi, I have a map with a SymbolLayer on it with the ability to click on the map to add a symbol and also click on a symbol to see it's ID in a popup. I am encountering an issue where if I change the map style and add a symbol and click on that symbol, the…
Azure Maps

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
issues in Azure Map visual in power BI
hello, in the Azure map powerBI visuals, i detect 2 issues: for some countries, the geocoding API does not detect the country ISO code 2 characters ( for example, FR ( France), NO ( NorWay), ID ( Indonesia) also in the same visual, the geocoding…
Azure Maps

What is the specific meaning of the accident severity parameter returned by the API?
The Azure Map API, which was migrated from the Bing Map API, has a vague definition of the severity field.https://learn.microsoft.com/en-us/azure/azure-maps/migrate-get-traffic-incidents Specifically, I would like to clarify the following…
Azure Maps
Is there way to get list of all clusters for given layer at the current zoom level
I want to highlight cluster containing shape which was identified by some action outside the map. I know there's function getClusterChildren(clusterId: number) which returns subclusters and shapes for specified cluster. Need something like it for the top…
Azure Maps
