Skip to content

Commit f87aa85

Browse files
Merge pull request #288585 from stevemunk/migrate-get-static-map-request-example
Updated the 'Get Map Static Image' sample request
2 parents 6764ed5 + 78e57f4 commit f87aa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/migrate-get-static-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ https://dev.virtualearth.net/REST/v1/Imagery/Map/Road/51.504810,-0.113629/15?map
8686
Azure Maps _Get Map Static Image_ API sample GET request:
8787

8888
``` http
89-
https://atlas.microsoft.com/map/static?api-version=2024-04-01&tilesetId=microsoft.base.road&zoom=15&center=-0.113629,51.504810&subscription-key={Your-Azure-Maps-Subscription-key}
89+
https://atlas.microsoft.com/map/static?api-version=2024-04-01&tilesetId=microsoft.base.road&zoom=15&center=-0.113629,51.504810&height=500&Width=500&pins=default||-0.113629 51.504810||&subscription-key={Your-Azure-Maps-Subscription-key}
9090
```
9191

9292
## Response examples

0 commit comments

Comments
 (0)