From 51d4c4a8836196c7b4ce842e0369e5c4ca7e22a2 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:26:19 -0600 Subject: [PATCH 1/5] https://msazure.visualstudio.com/One/_workitems/edit/36493310 --- .../examples/ForwardGeocodingBatch.json | 160 ++++++++++++------ .../Search/stable/2025-01-01/search.json | 2 +- 2 files changed, 109 insertions(+), 53 deletions(-) diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json index a8040749cd84..a56ade9ddc60 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json @@ -5,12 +5,12 @@ "geocodingBatchRequestBody": { "batchItems": [ { - "addressLine": "15127 NE 24th Street, Redmond, WA 98052", + "query": "15127 NE 24th Street, Redmond, WA 98052", "top": 2, "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B" }, { - "query": "Pike Pl", + "addressline": "Pike Pl", "locality": "Seattle", "top": 3 } @@ -26,88 +26,144 @@ }, "batchItems": [ { - "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B", "type": "FeatureCollection", "features": [ { "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [ + -122.138677, + 47.630351 + ] + }, + "bbox": [ + -122.1463188230466, + 47.62648828242932, + -122.1310351769534, + 47.634213717570674 + ], "properties": { "type": "Address", "confidence": "High", "matchCodes": [ "Good" ], - "address": { - "locality": "Redmond", - "adminDistricts": [ - { - "shortName": "WA" - }, - { - "shortName": "King County" - } - ], - "countryRegion": { - "ISO": "US", - "name": "United States" - }, - "postalCode": "98052", - "formattedAddress": "15127 NE 24th St, Redmond, WA 98052", - "streetName": "NE 24th St", - "streetNumber": "15127", - "addressLine": "15127 NE 24th St" - }, "geocodePoints": [ { + "calculationMethod": "Rooftop", + "usageTypes": [ + "Display" + ], "geometry": { "type": "Point", "coordinates": [ - -122.138669, - 47.630359 + -122.138677, + 47.630351 ] - }, + } + }, + { "calculationMethod": "Rooftop", "usageTypes": [ - "Display", "Route" - ] - }, - { + ], "geometry": { "type": "Point", "coordinates": [ - -122.1387383, - 47.630563 + -122.1386748, + 47.630218 ] - }, - "calculationMethod": "Rooftop", - "usageTypes": [ - "Route" - ] + } } - ] - }, + ], + "address": { + "addressLine": "15127 NE 24th St", + "streetName": "NE 24th St", + "streetNumber": "15127", + "postalCode": "98052", + "locality": "Redmond", + "formattedAddress": "15127 NE 24th St, Redmond, WA 98052", + "countryRegion": { + "name": "United States", + "ISO": "US" + }, + "adminDistricts": [ + { + "shortName": "WA" + }, + { + "shortName": "King County" + } + ] + } + } + } + ], + "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B" + }, + { + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", "geometry": { "type": "Point", "coordinates": [ - -122.138669, - 47.630359 + -122.341979399674, + 47.6095253501216 ] }, "bbox": [ - -122.14631082421619, - 47.62649628242932, - -122.1310271757838, - 47.634221717570675 - ] + -122.34961817972945, + 47.605662632550924, + -122.33434061961856, + 47.61338806769228 + ], + "properties": { + "type": "Address", + "confidence": "High", + "matchCodes": [ + "Good" + ], + "geocodePoints": [ + { + "calculationMethod": "Interpolation", + "usageTypes": [ + "Display" + ], + "geometry": { + "type": "Point", + "coordinates": [ + -122.341979399674, + 47.6095253501216 + ] + } + } + ], + "address": { + "addressLine": "Pike Pl", + "streetName": "Pike Pl", + "postalCode": "98101", + "neighborhood": "Downtown Seattle", + "locality": "Seattle", + "formattedAddress": "Pike Pl, Seattle, WA 98101", + "countryRegion": { + "name": "United States", + "ISO": "US" + }, + "adminDistricts": [ + { + "shortName": "WA" + }, + { + "shortName": "King County" + } + ] + } + } } ] - }, - { - "error": { - "code": "Conflicting Parameters", - "message": "When 'query' is present, only the following parameters are valid: 'bbox, location, view, top'. 'locality' was passed" - } } ] } diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/search.json b/specification/maps/data-plane/Search/stable/2025-01-01/search.json index fd698b24ef3c..cd05728a9204 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/search.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/search.json @@ -408,7 +408,7 @@ "/geocode:batch": { "post": { "summary": "Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.", - "description": "\n\nThe `Get Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request. \n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/geocode:batch?api-version=2023-06-01\n```\n### POST Body for Batch Request\nTo send the _geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"addressLine\": \"One, Microsoft Way, Redmond, WA 98052\",\n \"top\": 2\n },\n {\n \"addressLine\": \"Pike Pl\",\n \"adminDistrict\": \"WA\",\n \"locality\": \"Seattle\",\n \"top\": 3\n }\n ]\n}\n```\n\nA _geocoding_ batchItem object can accept any of the supported _geocoding_ [URI parameters](/rest/api/maps/search/get-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", + "description": "\n\nThe `Get Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request. \n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/geocode:batch?api-version=2025-01-01\n```\n### POST Body for Batch Request\nTo send the _geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"addressLine\": \"One, Microsoft Way, Redmond, WA 98052\",\n \"top\": 2\n },\n {\n \"addressLine\": \"Pike Pl\",\n \"adminDistrict\": \"WA\",\n \"locality\": \"Seattle\",\n \"top\": 3\n }\n ]\n}\n```\n\nA _geocoding_ batchItem object can accept any of the supported _geocoding_ [URI parameters](/rest/api/maps/search/get-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", "operationId": "Search_GetGeocodingBatch", "x-ms-examples": { "A Geocoding Batch API call containing 2 Geocoding queries": { From b5f5cc63ff0777c834080f0f09906cb2c7253d7a Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:03:51 -0600 Subject: [PATCH 2/5] Updated sample request/response. --- .../examples/ForwardGeocodingBatch.json | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json index a56ade9ddc60..ceaa241d4ed6 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json @@ -5,7 +5,7 @@ "geocodingBatchRequestBody": { "batchItems": [ { - "query": "15127 NE 24th Street, Redmond, WA 98052", + "query": "One Microsoft Way, Redmond, WA 98052", "top": 2, "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B" }, @@ -33,15 +33,15 @@ "geometry": { "type": "Point", "coordinates": [ - -122.138677, - 47.630351 + -122.136833, + 47.642282 ] }, "bbox": [ - -122.1463188230466, - 47.62648828242932, - -122.1310351769534, - 47.634213717570674 + -122.14447656792176, + 47.638419282429325, + -122.12918943207823, + 47.64614471757068 ], "properties": { "type": "Address", @@ -58,8 +58,8 @@ "geometry": { "type": "Point", "coordinates": [ - -122.138677, - 47.630351 + -122.136833, + 47.642282 ] } }, @@ -71,19 +71,19 @@ "geometry": { "type": "Point", "coordinates": [ - -122.1386748, - 47.630218 + -122.1364608, + 47.6422377 ] } } ], "address": { - "addressLine": "15127 NE 24th St", - "streetName": "NE 24th St", - "streetNumber": "15127", + "addressLine": "1 Microsoft Way", + "streetName": "Microsoft Way", + "streetNumber": "1", "postalCode": "98052", "locality": "Redmond", - "formattedAddress": "15127 NE 24th St, Redmond, WA 98052", + "formattedAddress": "1 Microsoft Way, Redmond, WA 98052", "countryRegion": { "name": "United States", "ISO": "US" @@ -165,7 +165,7 @@ } ] } - ] + ] } } } From 31ba9cb4745fe8cad5b76facbb83f929fd046179 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Tue, 3 Feb 2026 15:47:55 -0600 Subject: [PATCH 3/5] Apply prettier formatting --- .../stable/2025-01-01/examples/ForwardGeocodingBatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json index ceaa241d4ed6..31acadf53e9a 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json @@ -165,7 +165,7 @@ } ] } - ] + ] } } } From 5eacd00d26adb7b0845f46b40adb499fce47b5f6 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:12:54 -0600 Subject: [PATCH 4/5] Updated Geocoding Batch API samples. --- .../examples/ForwardGeocodingBatch.json | 30 +++++++++---------- .../Search/stable/2025-01-01/search.json | 4 +-- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json index 31acadf53e9a..a56ade9ddc60 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json @@ -5,7 +5,7 @@ "geocodingBatchRequestBody": { "batchItems": [ { - "query": "One Microsoft Way, Redmond, WA 98052", + "query": "15127 NE 24th Street, Redmond, WA 98052", "top": 2, "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B" }, @@ -33,15 +33,15 @@ "geometry": { "type": "Point", "coordinates": [ - -122.136833, - 47.642282 + -122.138677, + 47.630351 ] }, "bbox": [ - -122.14447656792176, - 47.638419282429325, - -122.12918943207823, - 47.64614471757068 + -122.1463188230466, + 47.62648828242932, + -122.1310351769534, + 47.634213717570674 ], "properties": { "type": "Address", @@ -58,8 +58,8 @@ "geometry": { "type": "Point", "coordinates": [ - -122.136833, - 47.642282 + -122.138677, + 47.630351 ] } }, @@ -71,19 +71,19 @@ "geometry": { "type": "Point", "coordinates": [ - -122.1364608, - 47.6422377 + -122.1386748, + 47.630218 ] } } ], "address": { - "addressLine": "1 Microsoft Way", - "streetName": "Microsoft Way", - "streetNumber": "1", + "addressLine": "15127 NE 24th St", + "streetName": "NE 24th St", + "streetNumber": "15127", "postalCode": "98052", "locality": "Redmond", - "formattedAddress": "1 Microsoft Way, Redmond, WA 98052", + "formattedAddress": "15127 NE 24th St, Redmond, WA 98052", "countryRegion": { "name": "United States", "ISO": "US" diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/search.json b/specification/maps/data-plane/Search/stable/2025-01-01/search.json index cd05728a9204..01df3abb2026 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/search.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/search.json @@ -408,7 +408,7 @@ "/geocode:batch": { "post": { "summary": "Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.", - "description": "\n\nThe `Get Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request. \n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/geocode:batch?api-version=2025-01-01\n```\n### POST Body for Batch Request\nTo send the _geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"addressLine\": \"One, Microsoft Way, Redmond, WA 98052\",\n \"top\": 2\n },\n {\n \"addressLine\": \"Pike Pl\",\n \"adminDistrict\": \"WA\",\n \"locality\": \"Seattle\",\n \"top\": 3\n }\n ]\n}\n```\n\nA _geocoding_ batchItem object can accept any of the supported _geocoding_ [URI parameters](/rest/api/maps/search/get-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", + "description": "\n\nThe `Get Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request. \n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/geocode:batch?api-version=2025-01-01\n```\n### POST Body for Batch Request\nTo send the _geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"query\": \"One Microsoft Way, Redmond, WA 98052\",\n \"top\": 2\n },\n {\n \"addressLine\": \"Pike Pl\",\n \"adminDistrict\": \"WA\",\n \"locality\": \"Seattle\",\n \"top\": 3\n }\n ]\n}\n```\n\nA _geocoding_ batchItem object can accept any of the supported _geocoding_ [URI parameters](/rest/api/maps/search/get-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", "operationId": "Search_GetGeocodingBatch", "x-ms-examples": { "A Geocoding Batch API call containing 2 Geocoding queries": { @@ -570,7 +570,7 @@ "/reverseGeocode:batch": { "post": { "summary": "Use to send a batch of queries to the [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API in a single request.", - "description": "\n\nThe `Get Reverse Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API using a single request.\n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/reverseGeocode:batch?api-version=2023-06-01\n```\n### POST Body for Batch Request\nTo send the _reverse geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _reverse geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"coordinates\": [-122.128275, 47.639429],\n \"resultTypes\": [\"Address\", \"PopulatedPlace\"]\n },\n {\n \"coordinates\": [-122.341979399674, 47.6095253501216]\n }\n ]\n}\n```\n\nA _reverse geocoding_ batchItem object can accept any of the supported _reverse geocoding_ [URI parameters](/rest/api/maps/search/get-reverse-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-reverse-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", + "description": "\n\nThe `Get Reverse Geocoding Batch` API is an HTTP `POST` request that sends batches of up to **100** queries to [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API using a single request.\n\n### Submit Synchronous Batch Request\nThe Synchronous API is recommended for lightweight batch requests. When the service receives a request, it will respond as soon as the batch items are calculated and there will be no possibility to retrieve the results later. The Synchronous API will return a timeout error (a 408 response) if the request takes longer than 60 seconds. The number of batch items is limited to **100** for this API.\n```\nPOST https://atlas.microsoft.com/reverseGeocode:batch?api-version=2025-01-01\n```\n### POST Body for Batch Request\nTo send the _reverse geocoding_ queries you will use a `POST` request where the request body will contain the `batchItems` array in `json` format and the `Content-Type` header will be set to `application/json`. Here's a sample request body containing 2 _reverse geocoding_ queries:\n\n\n```\n{\n \"batchItems\": [\n {\n \"coordinates\": [-122.128275, 47.639429],\n \"resultTypes\": [\"Address\", \"PopulatedPlace\"]\n },\n {\n \"coordinates\": [-122.341979399674, 47.6095253501216]\n }\n ]\n}\n```\n\nA _reverse geocoding_ batchItem object can accept any of the supported _reverse geocoding_ [URI parameters](/rest/api/maps/search/get-reverse-geocoding#uri-parameters).\n\n\nThe batch should contain at least **1** query.\n\n\n### Batch Response Model\nThe batch response contains a `summary` component that indicates the `totalRequests` that were part of the original batch request and `successfulRequests` i.e. queries which were executed successfully. The batch response also includes a `batchItems` array which contains a response for each and every query in the batch request. The `batchItems` will contain the results in the exact same order the original queries were sent in the batch request. Each item is of one of the following types:\n\n - [`GeocodingResponse`](/rest/api/maps/search/get-reverse-geocoding#geocodingresponse) - If the query completed successfully.\n\n - `Error` - If the query failed. The response will contain a `code` and a `message` in this case.\n\n\n", "operationId": "Search_GetReverseGeocodingBatch", "x-ms-examples": { "A Reverse Geocoding Batch API call containing 2 Reverse Geocoding queries": { From dfb38a5b3eefaaa7d197f045fa71fedb7f404a55 Mon Sep 17 00:00:00 2001 From: stevemunk <33468793+stevemunk@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:47:21 -0600 Subject: [PATCH 5/5] Fixed variable name. --- .../stable/2025-01-01/examples/ForwardGeocodingBatch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json index a56ade9ddc60..104dd2e2ef62 100644 --- a/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json +++ b/specification/maps/data-plane/Search/stable/2025-01-01/examples/ForwardGeocodingBatch.json @@ -10,7 +10,7 @@ "optionalId": "4C3681A6C8AA4AC3441412763A2A25C81444DC8B" }, { - "addressline": "Pike Pl", + "addressLine": "Pike Pl", "locality": "Seattle", "top": 3 }