Skip to content

Commit a5909e8

Browse files
committed
New article Get Static Image
1 parent 240227e commit a5909e8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table lists the Bing Maps _Get a Static Map_ request parameters an
5050
| format | fmt | format | TRUE | String | Bing Maps Get a Static Map API provides static maps in PNG, JPEG and GIF image formats. Azure Maps Get Map Static Image API provides static maps in PNG and JPEG image formats. |
5151
| heading | | Not supported | Not supported | Not supported | In Bing Maps, this parameter is used for imagerySet Birdseye, BirdseyeWithLabels, BirdseyeV2, BirdseyeV2WithLabels, OrdnanceSurvey, Streetside. Azure Maps doesn't support these maps styles. |
5252
| highlightEntity | he | Not supported | Not supported | Not supported | In Bing Maps Get a Static Map API, this parameter is used to get a polygon of the location input (entity) displayed on the map natively. Azure Maps Get a Map Static Image API doesn't support this feature, however, you can get a polygon of a location (locality) from the Azure Maps [Get Polygon] API and then display that on the static map. |
53-
| imagerySet | | tilesetID | TRUE | TilesetId | |
53+
| imagerySet | | tilesetID | TRUE | [TilesetId] | |
5454
| mapArea | ma | bbox | True (if not using center) | number[] | A bounding box, defined by two longitudes and two latitudes, represents the four sides of a rectangular area on the Earth, in the format of `minLon, minLat, maxLon, maxLat`. <br><br>Note: Either `center` or `bbox` are required parameters. They're mutually exclusive. `bbox` shouldn’t be used with `height` or `width`. |
5555
| mapLayer | ml | trafficLayer | FALSE | TrafficTilesetId | Optional. If `TrafficLayer` is provided, it returns map image with corresponding traffic layer. For more information, see [tilesetId]. |
5656
| mapSize | ms | height | TRUE | integer int32 | |
@@ -115,21 +115,22 @@ Support
115115
[Azure Account]: https://azure.microsoft.com/
116116
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
117117
[Azure Maps service geographic scope]: geographic-scope.md
118-
[Get Polygon]: /rest/api/maps/search/get-polygon
119-
[Get a Static Map]: /bingmaps/rest-services/imagery/get-a-static-map
120-
[Get Route Directions]: /rest/api/maps/route/get-route-directions
121-
[Post Route Directions]: /rest/api/maps/route/post-route-directions
122118
[GeoJSON]: https://geojson.org
119+
[Get a Static Map]: /bingmaps/rest-services/imagery/get-a-static-map
123120
[Get Map Static Image]: /rest/api/maps/render/get-map-static-image
121+
[Get Polygon]: /rest/api/maps/search/get-polygon
122+
[Get Route Directions]: /rest/api/maps/route/get-route-directions
124123
[ISO 3166-1 Alpha-2 region/country code]: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
125124
[Microsoft Entra ID]: azure-maps-authentication.md#microsoft-entra-authentication
126125
[Microsoft Q&A Forum]: /answers
126+
[Post Route Directions]: /rest/api/maps/route/post-route-directions
127+
[Render custom data on a raster map]: how-to-render-custom-data.md
127128
[request header]: /rest/api/maps/render/get-map-static-image?#request-headers
128129
[Security]: /rest/api/maps/render/get-map-static-image#security
129130
[Shared Access Signature (SAS) Token]: azure-maps-authentication.md#shared-access-signature-token-authentication
130131
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
131132
[Supported Languages]: supported-languages.md
132133
[Supported Views]: supported-languages.md#azure-maps-supported-views
134+
[TilesetId]: /rest/api/maps/render/get-map-static-image#tilesetid
133135
[Understanding Azure Maps Transactions]: understanding-azure-maps-transactions.md
134136
[URI Parameters]: /rest/api/maps/render/get-map-static-image#uri-parameters
135-
[Render custom data on a raster map]: how-to-render-custom-data.md

0 commit comments

Comments
 (0)