Skip to content

Commit 06ea652

Browse files
Update articles/azure-maps/how-to-dev-guide-csharp-sdk.md
Co-authored-by: Shannon Leavitt <[email protected]>
1 parent ce46872 commit 06ea652

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
@@ -236,7 +236,7 @@ if (searchResult.Results.Count > 0)
236236
}
237237
```
238238

239-
The `SearchAddress` method returns results ordered by confidence score and since `searchResult.Results.First()` is used, only the coordinates of the first result is returned.
239+
The `SearchAddress` method returns results ordered by confidence score and since `searchResult.Results.First()` is used, only the coordinates of the first result are returned.
240240

241241
## Batch reverse search
242242

0 commit comments

Comments
 (0)