Skip to content

Commit 4856293

Browse files
Update articles/azure-maps/how-to-dev-guide-csharp-sdk.md
Co-authored-by: Charlie Chen <[email protected]>
1 parent 74a4f0b commit 4856293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Console.WriteLine($"The Coordinate: ({searchResult.Value.Features[0].Geometry.Co
153153
## Batch reverse geocode a set of coordinates
154154

155155
Azure Maps Search also provides some batch query methods. These methods return Long Running Operations (LRO) objects. The requests might not return all the results immediately, so users can choose to wait until completion or query the result periodically.
156-
The Reverse Geocoding Batch API sends batches of queries to [Reverse Geocoding API](/rest/api/maps/search/get-reverse-geocoding) using just a single API call. The API allows caller to batch up to **100** queries.
156+
Azure Maps Search also provides some batch query APIs. The Reverse Geocoding Batch API sends batches of queries to [Reverse Geocoding API](/rest/api/maps/search/get-reverse-geocoding) using just a single API call. The API allows caller to batch up to **100** queries.
157157

158158
```csharp
159159
using system;

0 commit comments

Comments
 (0)