You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/about-azure-maps.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,15 @@ Use the Azure Maps Android SDK to create mobile mapping applications.
51
51
52
52
Azure Maps consists of the following services that can provide geographic context to your Azure applications.
53
53
54
-
### Data service
54
+
### Data registry service
55
55
56
-
Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. By bringing customer data closer to the Azure Maps service, you reduce latency and increase productivity. For more information on this service, see [Data service].
56
+
Data is imperative for maps. Use the Data registry service to access geospatial data, used with spatial operations or image composition, previously uploaded to your [Azure Storage]. By bringing customer data closer to the Azure Maps service, you reduce latency and increase productivity. For more information on this service, see [Data registry service].
57
+
58
+
> [!NOTE]
59
+
>
60
+
> **Azure Maps Data service retirement**
61
+
>
62
+
> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
57
63
58
64
### Geolocation service
59
65
@@ -216,12 +222,17 @@ Stay up to date on Azure Maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/azure-maps-qps-rate-limits.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,8 @@ The following list shows the QPS usage limits for each Azure Maps service by Pri
27
27
| Copyright service | 10 | 10 | 10 |
28
28
| Creator - Alias, TilesetDetails | 10 | Not Available | Not Available |
29
29
| Creator - Conversion, Dataset, Feature State, WFS | 50 | Not Available | Not Available |
30
-
| Data service | 50 | 50 | Not Available |
30
+
| Data service (Deprecated<sup>1</sup>) | 50 | 50 | Not Available |
31
+
| Data registry service | 50 | 50 | Not Available |
31
32
| Geolocation service | 50 | 50 | 50 |
32
33
| Render service - Traffic tiles and Static maps | 50 | 50 | 50 |
33
34
| Render service - Road tiles | 500 | 500 | 50 |
@@ -43,7 +44,13 @@ The following list shows the QPS usage limits for each Azure Maps service by Pri
43
44
| Traffic service | 50 | 50 | 50 |
44
45
| Weather service | 50 | 50 | 50 |
45
46
47
+
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
48
+
46
49
When QPS limits are reached, an HTTP 429 error is returned. If you're using the Gen 2 or Gen 1 S1 pricing tiers, you can create an Azure Maps *Technical* Support Request in the [Azure portal] to increase a specific QPS limit if needed. QPS limits for the Gen 1 S0 pricing tier can't be increased.
47
50
48
51
[Azure portal]: https://portal.azure.com/
49
52
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
Copy file name to clipboardExpand all lines: articles/azure-maps/tutorial-ev-routing.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In this tutorial, you will:
33
33
34
34
* An [Azure Maps account]
35
35
* A [subscription key]
36
-
- An [Azure storage account]
36
+
* An [Azure storage account]
37
37
38
38
> [!NOTE]
39
39
> For more information on authentication in Azure Maps, see [manage authentication in Azure Maps].
@@ -168,6 +168,7 @@ for loc in range(len(searchPolyResponse["results"])):
168
168
169
169
It's helpful to visualize the charging stations and the boundary for the maximum reachable range of the electric vehicle on a map. Follow the steps outlined in the [How to create data registry] article to upload the boundary data and charging stations data as geojson objects to your [Azure storage account] then register them in your Azure Maps account. Make sure to make a note of the unique identifier (`udid`) value, you will need it. The `udid` is is how you reference the geojson objects you uploaded into your Azure storage account from your source code.
|[Data v1]<br>[Data v2]<br>[Data registry]| Yes, except for `MapDataStorageService.GetDataStatus` and `MapDataStorageService.GetUserData`, which are nonbillable| One request = 1 transaction| <ul><li>Location Insights Data (Gen2 pricing)</li></ul>|
29
+
| Data service (Deprecated<sup>1</sup>) | Yes, except for `MapDataStorageService.GetDataStatus` and `MapDataStorageService.GetUserData`, which are nonbillable| One request = 1 transaction| <ul><li>Location Insights Data (Gen2 pricing)</li></ul>|
30
+
|[Data registry]| Yes | One request = 1 transaction| <ul><li>Location Insights Data (Gen2 pricing)</li></ul>|
| [Render] | Yes, except for Terra maps (`MapTile.GetTerraTile` and `layer=terra`) which are nonbillable.|<ul><li>15 tiles = 1 transaction</li><li>One request for Get Copyright = 1 transaction</li><li>One request for Get Map Attribution = 1 transaction</li><li>One request for Get Static Map = 1 transaction</li><li>One request for Get Map Tileset = 1 transaction</li></ul> <br> For Creator related usage, see the [Creator table]. |<ul><li>Maps Base Map Tiles (Gen2 pricing)</li><li>Maps Imagery Tiles (Gen2 pricing)</li><li>Maps Static Map Images (Gen2 pricing)</li><li>Maps Traffic Tiles (Gen2 pricing)</li><li>Maps Weather Tiles (Gen2 pricing)</li><li>Standard Hybrid Aerial Imagery Transactions (Gen1 S0 pricing)</li><li>Standard Aerial Imagery Transactions (Gen1 S0 pricing)</li><li>Standard S1 Aerial Imagery Transactions (Gen1 S1 pricing)</li><li>Standard S1 Hybrid Aerial Imagery Transactions (Gen1 S1 pricing)</li><li>Standard S1 Rendering Transactions (Gen1 S1 pricing)</li><li>Standard S1 Tile Transactions (Gen1 S1 pricing)</li><li>Standard S1 Weather Tile Transactions (Gen1 S1 pricing)</li><li>Standard Tile Transactions (Gen1 S0 pricing)</li><li>Standard Weather Tile Transactions (Gen1 S0 pricing)</li><li>Maps Copyright (Gen2 pricing, Gen1 S0 pricing and Gen1 S1 pricing)</li></ul>|
32
33
|[Route]| Yes | One request = 1 transaction<br><ul><li>If using the Route Matrix, each cell in the Route Matrix request generates a billable Route transaction.</li><li>If using Batch Directions, each origin/destination coordinate pair in the Batch request call generates a billable Route transaction. Note, the billable Route transaction usage results generated by the batch request has **-Batch** appended to the API name of your Azure portal metrics report.</li></ul> | <ul><li>Location Insights Routing (Gen2 pricing)</li><li>Standard S1 Routing Transactions (Gen1 S1 pricing)</li><li>Standard Services API Transactions (Gen1 S0 pricing)</li></ul> |
@@ -36,6 +37,8 @@ The following table summarizes the Azure Maps services that generate transaction
<sup>1</sup> The Azure Maps Data service (both [v1] and [v2]) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will need to be updated to use the Azure Maps [Data Registry service] by 9/16/24. For more information, see [How to create data registry].
41
+
39
42
<!-- In Bing Maps, any time a synchronous Truck Routing request is made, three transactions are counted. Does this apply also to Azure Maps?-->
40
43
41
44
## Azure Maps Creator
@@ -80,8 +83,10 @@ The following table summarizes the Azure Maps services that generate transaction
0 commit comments