Skip to content

Commit 74a4f0b

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

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
@@ -150,7 +150,7 @@ Response<GeocodingResponse> searchResult = client.GetGeocoding(
150150
Console.WriteLine($"The Coordinate: ({searchResult.Value.Features[0].Geometry.Coordinates})");
151151
```
152152

153-
## Get Reverse Geocoding Batch
153+
## 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.
156156
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.

0 commit comments

Comments
 (0)