File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/maps/azure-maps-geolocation/samples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Authenticate the client with a Azure Maps Geolocation [API Key Credential](https
17
17
18
18
Then for common Azure Maps Geolocation operations:
19
19
20
- * Perform get geolocation: [ sample_get_geolocation .py] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/sample_get_geolocation .py ) ([ async version] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/async_samples/sample_get_geolocation_async .py ) )
20
+ * Perform get geolocation: [ sample_get_country_code .py] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/sample_get_country_code .py ) ([ async version] ( https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/maps/azure-maps-geolocation/samples/async_samples/sample_get_country_code_async .py ) )
21
21
22
22
## Prerequisites
23
23
@@ -40,7 +40,7 @@ Then for common Azure Maps Geolocation operations:
40
40
41
41
1 . Open a terminal window and ` cd ` to the directory that the samples are saved in.
42
42
2 . Set the environment variables specified in the sample file you wish to run.
43
- 3 . Follow the usage described in the file, e.g. ` python sample_get_geolocation .py `
43
+ 3 . Follow the usage described in the file, e.g. ` python sample_get_country_code .py `
44
44
45
45
## Next steps
46
46
You can’t perform that action at this time.
0 commit comments