Skip to content

Commit 556f0d6

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

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
@@ -134,7 +134,7 @@ var subscriptionKey = Environment.GetEnvironmentVariable("SUBSCRIPTION_KEY") ??
134134
var credential = new AzureKeyCredential(subscriptionKey);
135135
var client = new MapsSearchClient(credential);
136136
```
137-
## Get Geocoding
137+
## Geocode an address
138138

139139
Call the `GetGeocoding` method to get the coordinate of an address.
140140

0 commit comments

Comments
 (0)