We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ffffe + f16903d commit 8d0b8f5Copy full SHA for 8d0b8f5
1 file changed
articles/azure-maps/migrate-find-location-by-point.md
@@ -59,7 +59,7 @@ https://dev.virtualearth.net/REST/v1/Locations/48.830345,2.338166&key={BingMapsK
59
Azure Maps _Get Reverse Geocoding_ API request:
60
61
``` http
62
-http://atlas.microsoft.com/reverseGeocode?api-version=2023-06-01&coordinates=2.338166,48.830345&subscription-key={Your-Azure-Maps-Subscription-key}
+https://atlas.microsoft.com/reverseGeocode?api-version=2023-06-01&coordinates=2.338166,48.830345&subscription-key={Your-Azure-Maps-Subscription-key}
63
```
64
65
## Response fields
0 commit comments