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
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,16 @@ For more information, see the [Geolocation service] documentation.
63
63
64
64
### Render service
65
65
66
+
[Render service] introduces a new version of the [Get Map Tile] API that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
67
+
68
+
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render service":::
69
+
66
70
> [!NOTE]
67
71
>
68
72
> **Azure Maps Render v1 service retirement**
69
73
>
70
74
> The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API will need to be updated to use [Render v2] API by 9/17/26.
71
75
72
-
[Render v2] service introduces a new version of the [Get Map Tile v2 API] that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see [TilesetID] in the REST API documentation. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render v2 service, either as basemaps or layers, in any third-party map control. For more information, see [How to use the Get Map Attribution API].
73
-
74
-
:::image type="content" source="./media/about-azure-maps/intro_map.png" border="false" alt-text="Example of a map from the Render v2 service":::
75
-
76
76
### Route service
77
77
78
78
The route service is used to calculate the estimated arrival times (ETAs) for each requested route. Factors such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day are considered. The route service returns the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.
@@ -163,7 +163,7 @@ The Weather service offers API to retrieve weather information for a particular
163
163
164
164
Developers can use the [Get Weather along route API] to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.
165
165
166
-
The [Get Map Tile v2 API] allows you to request past, current, and future radar and satellite tiles.
166
+
The [Get Map Tile]API allows you to request past, current, and future radar and satellite tiles.
167
167
168
168

169
169
@@ -223,10 +223,9 @@ Stay up to date on Azure Maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/create-data-source-android-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -773,7 +773,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
773
773
-[Road tiles]
774
774
-[Traffic incidents]
775
775
-[Traffic flow]
776
-
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
776
+
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
777
777
778
778
> [!TIP]
779
779
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `azmapsdomain.invalid`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -1048,6 +1048,6 @@ See the following articles for more code samples to add to your maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/create-data-source-ios-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
312
312
-[Road tiles]
313
313
-[Traffic incidents]
314
314
-[Traffic flow]
315
-
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
315
+
- Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
316
316
317
317
> [!TIP]
318
318
> When using vector or raster image tiles from the Azure Maps render service with the iOS SDK, you can replace `atlas.microsoft.com` with the `AzureMap`'s property' `domainPlaceholder`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -498,6 +498,6 @@ See the following articles for more code samples to add to your maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/create-data-source-web-sdk.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
80
80
*[Road tiles]
81
81
*[Traffic incidents]
82
82
*[Traffic flow]
83
-
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render V2-Get Map Tile API]
83
+
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
84
84
85
85
> [!TIP]
86
86
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Azure Active Directory authentication.
@@ -271,7 +271,7 @@ See the following articles for more code samples to add to your maps:
Copy file name to clipboardExpand all lines: articles/azure-maps/creator-indoor-maps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,11 +252,11 @@ For more information, see the [Indoor maps wayfinding service] how-to article.
252
252
253
253
## Using indoor maps
254
254
255
-
### Render V2-Get Map Tile API
255
+
### Render - Get Map Tile API
256
256
257
-
The Azure Maps [Render V2-Get Map Tile API] has been extended to support Creator tilesets.
257
+
The Azure Maps [Render - Get Map Tile] API has been extended to support Creator tilesets.
258
258
259
-
Applications can use the Render V2-Get Map Tile API to request tilesets. The tilesets can then be integrated into a map control or SDK. For an example of a map control that uses the Render V2 service, see [Indoor Maps Module].
259
+
Applications can use the Render - Get Map Tile API to request tilesets. The tilesets can then be integrated into a map control or SDK. For an example of a map control that uses the Render service, see [Indoor Maps Module].
260
260
261
261
### Web Feature service API
262
262
@@ -283,7 +283,7 @@ As you begin to develop solutions for indoor maps, you can discover ways to inte
283
283
You can use the Azure Maps Creator List, Update, and Delete API to list, update, and delete your datasets, tilesets, and feature statesets.
284
284
285
285
>[!NOTE]
286
-
>When you review a list of items to determine whether to delete them, consider the impact of that deletion on all dependent API or applications. For example, if you delete a tileset that's being used by an application by means of the [Render V2-Get Map Tile API], the application fails to render that tileset.
286
+
>When you review a list of items to determine whether to delete them, consider the impact of that deletion on all dependent API or applications. For example, if you delete a tileset that's being used by an application by means of the [Render - Get Map Tile] API, the application fails to render that tileset.
287
287
288
288
### Example: Updating a dataset
289
289
@@ -306,7 +306,7 @@ The following example shows how to update a dataset, create a new tileset, and d
306
306
[Data maintenance]: #data-maintenance
307
307
[feature statesets]: #feature-statesets
308
308
[Indoor Maps module]: #indoor-maps-module
309
-
[Render service]: #render-v2-get-map-tile-api
309
+
[Render service]: #render---get-map-tile-api
310
310
[tilesets]: #tilesets
311
311
[Upload a drawing package]: #upload-a-drawing-package
312
312
@@ -320,7 +320,7 @@ The following example shows how to update a dataset, create a new tileset, and d
320
320
[Feature State service]: /rest/api/maps/v2/feature-state
321
321
[Feature State Update API]: /rest/api/maps/v2/feature-state/update-states
@@ -276,7 +276,7 @@ To render a circle and pushpins with custom labels:
276
276
8. Next, change the color of the pushpins by modifying the `co` style modifier. If you look at the value of the `pins` parameter (`pins=default|la15+50|al0.66|lc003C62|co002D62|`), notice that the current color is `#002D62`. To change the color to `#41d42a`, replace `#002D62` with `#41d42a`. Now the `pins` parameter is `pins=default|la15+50|al0.66|lc003C62|co41D42A|`. The request looks like the following URL:
0 commit comments