Skip to content

Commit 88700af

Browse files
committed
Changed 'Rest API' to 'REST API'
1 parent 7fa4f48 commit 88700af

8 files changed

+19
-19
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/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
>

articles/azure-maps/rest-sdk-developer-guide.md

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

1414
# REST SDK Developer Guide
1515

16-
You can call the Azure Maps [Rest API] directly from any programming language, however that can be error prone work requiring extra effort. To make incorporating Azure Maps in your applications easier and less error prone, the Azure Maps team has encapsulated their REST API in SDKs for C# (.NET), Python, JavaScript/TypeScript, and Java.
16+
You can call the Azure Maps [REST API] directly from any programming language, however that can be error prone work requiring extra effort. To make incorporating Azure Maps in your applications easier and less error prone, the Azure Maps team has encapsulated their REST API in SDKs for C# (.NET), Python, JavaScript/TypeScript, and Java.
1717

1818
This article lists the libraries currently available for each SDK with links to how-to articles to help you get started.
1919

@@ -70,7 +70,7 @@ Azure Maps Java SDK supports [Java 8][Java 8] or above.
7070

7171
For more information, see the [Java SDK Developers Guide].
7272

73-
[Rest API]: /rest/api/maps/
73+
[REST API]: /rest/api/maps/
7474
[.NET standard 2.0]: https://dotnet.microsoft.com/platform/dotnet-standard#versions
7575

7676
<!-- C# SDK Developers Guide --->

0 commit comments

Comments
 (0)