Skip to content

Commit 28811d5

Browse files
Update how-to-dev-guide-csharp-sdk.md
1 parent 4856293 commit 28811d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ Console.WriteLine($"The Coordinate: ({searchResult.Value.Features[0].Geometry.Co
152152

153153
## Batch reverse geocode a set of coordinates
154154

155-
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.
156155
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.
157156

158157
```csharp

0 commit comments

Comments
 (0)