Skip to content

Commit 5340327

Browse files
authored
Merge pull request #298201 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents ac9caa2 + 30e2234 commit 5340327

31 files changed

+54
-48
lines changed

articles/azure-maps/creator-indoor-maps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ The following JSON is an example of a default map configuration. See the followi
217217
#### Additional information
218218

219219
- For more information how to modify styles using the style editor, see [Create custom styles for indoor maps].
220-
- For more information on style Rest API, see [style] in the Maps Creator Rest API reference.
221-
- For more information on the map configuration Rest API, see [Creator - map configuration Rest API].
220+
- For more information on style REST API, see [style] in the Maps Creator REST API reference.
221+
- For more information on the map configuration REST API, see [Creator - map configuration REST API].
222222

223223
### Wayfinding (preview)
224224

@@ -299,7 +299,7 @@ The following example shows how to update a dataset, create a new tileset, and d
299299
[Upload a drawing package]: #upload-a-drawing-package
300300

301301
<!----- REST API Links ------->
302-
[Creator - map configuration Rest API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
302+
[Creator - map configuration REST API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
303303
[routeset]: /rest/api/maps-creator/routeset?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
304304
[Style - Create]: /rest/api/maps-creator/style/create?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
305305
[style]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you create an indoor map using Azure Maps Creator, default styles are appli
2727

2828
## Create custom styles using Creators visual editor
2929

30-
While it's possible to modify your indoor maps styles using [Creators Rest API], Creator also offers a [visual style editor][style editor] to create custom styles that doesn't require coding. This article focuses exclusively on creating custom styles using this style editor.
30+
While it's possible to modify your indoor maps styles using [Creators REST API], Creator also offers a [visual style editor][style editor] to create custom styles that doesn't require coding. This article focuses exclusively on creating custom styles using this style editor.
3131

3232
### Open style
3333

@@ -247,7 +247,7 @@ Now when you select that unit in the map, the pop-up menu has the new layer ID,
247247
248248
[categories]: https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json
249249
[Creator concepts]: creator-indoor-maps.md
250-
[Creators Rest API]: /rest/api/maps-creator/
250+
[Creators REST API]: /rest/api/maps-creator/
251251
[custom styling]: creator-indoor-maps.md#custom-styling-preview
252252
[Instantiate the Indoor Manager]: how-to-use-indoor-module.md#instantiate-the-indoor-manager
253253
[manifest]: drawing-requirements.md#manifest-file-requirements

articles/azure-maps/how-to-dev-guide-csharp-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-dotnet
1313

1414
# C# REST SDK Developers Guide
1515

16-
The Azure Maps C# SDK supports functionality available in the Azure Maps [Rest API], like searching for an address, routing between different coordinates, and getting the geo-location of a specific IP address. This article introduces the C# REST SDK with examples to help you get started building location-aware applications in C# that incorporates the power of Azure Maps.
16+
The Azure Maps C# SDK supports functionality available in the Azure Maps [REST API], like searching for an address, routing between different coordinates, and getting the geo-location of a specific IP address. This article introduces the C# REST SDK with examples to help you get started building location-aware applications in C# that incorporates the power of Azure Maps.
1717

1818
> [!NOTE]
1919
> Azure Maps C# SDK supports any .NET version that is compatible with [.NET standard] version 2.0 or higher. For an interactive table, see [.NET Standard versions].
@@ -321,7 +321,7 @@ The [Azure.Maps Namespace] in the .NET documentation.
321321
[rendering package]: https://www.nuget.org/packages/Azure.Maps.Rendering
322322
[rendering readme]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Rendering/README.md
323323
[rendering sample]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Rendering/samples
324-
[Rest API]: /rest/api/maps/
324+
[REST API]: /rest/api/maps/
325325
[routing package]: https://www.nuget.org/packages/Azure.Maps.Routing
326326
[routing readme]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Routing/README.md
327327
[routing sample]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/maps/Azure.Maps.Routing/samples

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-js
2121
2222
The Azure Maps Web SDK includes an [Indoor Maps] module, enabling you to render indoor maps created in Azure Maps Creator services.
2323

24-
When you create an indoor map using Azure Maps Creator, default styles are applied. Azure Maps Creator now also supports customizing the styles of the different elements of your indoor maps using the [Style Rest API], or the [visual style editor].
24+
When you create an indoor map using Azure Maps Creator, default styles are applied. Azure Maps Creator now also supports customizing the styles of the different elements of your indoor maps using the [Style REST API], or the [visual style editor].
2525

2626
## Prerequisites
2727

@@ -300,7 +300,7 @@ Learn more about how to add more data to your map:
300300
[Indoor Maps]: https://www.npmjs.com/package/azure-maps-indoor
301301
[map configuration API]: /rest/api/maps-creator/map-configuration?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
302302
[map configuration]: creator-indoor-maps.md#map-configuration
303-
[Style Rest API]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
303+
[Style REST API]: /rest/api/maps-creator/style?view=rest-maps-creator-2023-03-01-preview&preserve-view=true
304304
[style-loader]: https://webpack.js.org/loaders/style-loader
305305
[Subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
306306
[Tileset List API]: /rest/api/maps-creator/tileset/list

articles/azure-maps/map-search-location.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The second block of code creates an object that implements the [TokenCredential]
103103

104104
The third block of code creates a data source object using the [DataSource] class and add search results to it. A [symbol layer] uses text or icons to render point-based data wrapped in the [DataSource] as symbols on the map. A symbol layer is then created. The data source is added to the symbol layer, which is then added to the map.
105105

106-
The fourth code block makes a GET request in the [MapsSearch] client. It allows you to perform a free form text search via the [Get Search Fuzzy rest API] to search for point of interest. Get requests to the Search Fuzzy API can handle any combination of fuzzy inputs. The response is then converted to [Feature] objects and added to the data source, which automatically results in the data being rendered on the map via the symbol layer.
106+
The fourth code block makes a GET request in the [MapsSearch] client. It allows you to perform a free form text search via the [Get Search Fuzzy REST API] to search for point of interest. Get requests to the Search Fuzzy API can handle any combination of fuzzy inputs. The response is then converted to [Feature] objects and added to the data source, which automatically results in the data being rendered on the map via the symbol layer.
107107

108108
The last block of code adjusts the camera bounds for the map using the Map's [setCamera] property.
109109

@@ -231,7 +231,7 @@ See the following articles for full code examples:
231231
[DataSource]: /javascript/api/azure-maps-control/atlas.source.datasource
232232
[symbol layer]: /javascript/api/azure-maps-control/atlas.layer.symbollayer
233233
[Create a map]: map-create.md
234-
[Get Search Fuzzy rest API]: /rest/api/maps/search/getsearchfuzzy?view=rest-maps-1.0&preserve-view=true
234+
[Get Search Fuzzy REST API]: /rest/api/maps/search/getsearchfuzzy?view=rest-maps-1.0&preserve-view=true
235235
[setCamera]: /javascript/api/azure-maps-control/atlas.map#setcamera-cameraoptions---cameraboundsoptions---animationoptions-
236236
[event listener]: /javascript/api/azure-maps-control/atlas.map#events
237237
[BoundingBox]: /javascript/api/azure-maps-control/atlas.data.boundingbox

articles/azure-maps/map-show-traffic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ The [Traffic Overlay Options] tool lets you switch between the different traffic
5454

5555
## Add traffic controls
5656

57-
There are two different traffic controls that can be added to the map. The first control, `TrafficControl`, adds a toggle button that can be used to turn traffic on and off. Options for this control allow you to specify when traffic settings to use when show traffic. By default this control displays relative traffic flow and incident data, however, you could change this behavior and show absolute traffic flow and no incidents if desired. The second control, `TrafficLegendControl`, adds a traffic flow legend to the map that helps user understand what the color code road highlights mean. This control only appears on the map when traffic flow data is displayed on the map and is hidden at all other times.
57+
There are two different traffic controls that can be added to the map. The first control, `TrafficControl`, adds a toggle button that can be used to turn traffic on and off. The options in this control allow you to specify which parameters to use when displaying traffic. By default, this control displays relative traffic flow and incident data, but you can change this behavior to display absolute traffic flow and no incidents if desired. The second control, `TrafficLegendControl`, adds a traffic legend to the map to help the user understand what the color highlighted roads mean. This control appears on the map only when traffic flow data is displayed, and is hidden in all other cases.
5858

5959
The following code shows how to add the traffic controls to the map.
6060

6161
```JavaScript
62-
//Att the traffic control toggle button to the top right corner of the map.
62+
//Add the traffic control toggle button to the top right corner of the map.
6363
map.controls.add(new atlas.control.TrafficControl(), { position: 'top-right' });
6464

65-
//Att the traffic legend control to the bottom left corner of the map.
65+
//Add the traffic legend control to the bottom left corner of the map.
6666
map.controls.add(new atlas.control.TrafficLegendControl(), { position: 'bottom-left' });
6767
```
6868

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ Review code samples related migrating other Bing Maps features:
16511651
> [Show directions from A to B](./map-route.md)
16521652
16531653
> [!div class="nextstepaction"]
1654-
> [Search Autosuggest with JQuery UI](https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui)
1654+
> [Search Autosuggest with jQuery UI](https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui)
16551655
16561656
Learn more about the Azure Maps Web SDK.
16571657

articles/azure-maps/migrate-from-google-maps-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ The following are some more code samples related to Google Maps migration:
16901690
* [Search for points of interest]
16911691
* [Get information from a coordinate (reverse geocode)]
16921692
* [Show directions from A to B]
1693-
* [Search Autosuggest with JQuery UI]
1693+
* [Search Autosuggest with jQuery UI]
16941694

16951695
## Google Maps V3 to Azure Maps Web SDK class mapping
16961696

@@ -1870,7 +1870,7 @@ Learn more about migrating to Azure Maps:
18701870
[Reusing Popup with Multiple Pins]: https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
18711871
[road tiles]: /rest/api/maps/render/get-map-tile
18721872
[satellite tiles]: /rest/api/maps/render/get-map-static-image
1873-
[Search Autosuggest with JQuery UI]: https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui
1873+
[Search Autosuggest with jQuery UI]: https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui
18741874
[Search for points of interest]: map-search-location.md
18751875
[Setting the map view]: #setting-the-map-view
18761876
[Show directions from A to B]: map-route.md

articles/azure-maps/rest-api-azure-maps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Links to the Azure Maps Rest API
2+
title: Links to the Azure Maps REST API
33
titleSuffix: Microsoft Azure Maps
4-
description: Links to the Azure Maps Rest API.
4+
description: Links to the Azure Maps REST API.
55
author: sinnypan
66
ms.author: sipa
77
ms.date: 02/25/2025
@@ -10,7 +10,7 @@ ms.service: azure-maps
1010
ms.subservice: rest-api
1111
---
1212

13-
# Azure Maps Rest API
13+
# Azure Maps REST API
1414

1515
Azure Maps is a set of mapping and geospatial services that enable developers and organizations to build intelligent location-based experiences for applications across many different industries and use cases. Use Azure Maps to bring maps, geocoding, location search, routing, real-time traffic, geolocation, time zone information, and weather data into your web, mobile and server-side solutions.
1616

articles/azure-maps/rest-api-creator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Links to the Azure Maps Creator Rest API
2+
title: Links to the Azure Maps Creator REST API
33
titleSuffix: Microsoft Azure Maps Creator
4-
description: Links to the Azure Maps Creator Rest API
4+
description: Links to the Azure Maps Creator REST API
55
author: faterceros
66
ms.author: aterceros
77
ms.date: 09/23/2024
@@ -10,7 +10,7 @@ ms.service: azure-maps
1010
ms.subservice: creator
1111
---
1212

13-
# Creator Rest API
13+
# Creator REST API
1414

1515
> [!NOTE]
1616
>

0 commit comments

Comments
 (0)