|
22 | 22 | },
|
23 | 23 | "input":{"shape":"GetGlyphsRequest"},
|
24 | 24 | "output":{"shape":"GetGlyphsResponse"},
|
25 |
| - "documentation":"<p>Returns the map's glyphs.</p>" |
| 25 | + "documentation":"<p> <code>GetGlyphs</code> returns the map's glyphs.</p>" |
26 | 26 | },
|
27 | 27 | "GetSprites":{
|
28 | 28 | "name":"GetSprites",
|
|
33 | 33 | },
|
34 | 34 | "input":{"shape":"GetSpritesRequest"},
|
35 | 35 | "output":{"shape":"GetSpritesResponse"},
|
36 |
| - "documentation":"<p>Returns the map's sprites.</p>" |
| 36 | + "documentation":"<p> <code>GetSprites</code> returns the map's sprites.</p>" |
37 | 37 | },
|
38 | 38 | "GetStaticMap":{
|
39 | 39 | "name":"GetStaticMap",
|
|
50 | 50 | {"shape":"ValidationException"},
|
51 | 51 | {"shape":"ThrottlingException"}
|
52 | 52 | ],
|
53 |
| - "documentation":"<p>Provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p>" |
| 53 | + "documentation":"<p> <code>GetStaticMap</code> provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots.</p>" |
54 | 54 | },
|
55 | 55 | "GetStyleDescriptor":{
|
56 | 56 | "name":"GetStyleDescriptor",
|
|
61 | 61 | },
|
62 | 62 | "input":{"shape":"GetStyleDescriptorRequest"},
|
63 | 63 | "output":{"shape":"GetStyleDescriptorResponse"},
|
64 |
| - "documentation":"<p>Returns information about the style.</p>" |
| 64 | + "documentation":"<p> <code>GetStyleDescriptor</code> returns information about the style.</p>" |
65 | 65 | },
|
66 | 66 | "GetTile":{
|
67 | 67 | "name":"GetTile",
|
|
78 | 78 | {"shape":"ValidationException"},
|
79 | 79 | {"shape":"ThrottlingException"}
|
80 | 80 | ],
|
81 |
| - "documentation":"<p>Returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p>" |
| 81 | + "documentation":"<p> <code>GetTile</code> returns a tile. Map tiles are used by clients to render a map. they're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level.</p>" |
82 | 82 | }
|
83 | 83 | },
|
84 | 84 | "shapes":{
|
|
105 | 105 | "sensitive":true
|
106 | 106 | },
|
107 | 107 | "Blob":{"type":"blob"},
|
| 108 | + "Boolean":{ |
| 109 | + "type":"boolean", |
| 110 | + "box":true |
| 111 | + }, |
108 | 112 | "ColorScheme":{
|
109 | 113 | "type":"string",
|
110 | 114 | "enum":[
|
|
284 | 288 | "location":"querystring",
|
285 | 289 | "locationName":"center"
|
286 | 290 | },
|
| 291 | + "ColorScheme":{ |
| 292 | + "shape":"ColorScheme", |
| 293 | + "documentation":"<p>Sets color tone for map, such as dark and light for specific map styles. It only applies to vector map styles, such as Standard.</p> <p>Example: <code>Light</code> </p> <p>Default value: <code>Light</code> </p> <note> <p>Valid values for <code>ColorScheme</code> are case sensitive.</p> </note>", |
| 294 | + "location":"querystring", |
| 295 | + "locationName":"color-scheme" |
| 296 | + }, |
287 | 297 | "CompactOverlay":{
|
288 | 298 | "shape":"CompactOverlay",
|
289 | 299 | "documentation":"<p>Takes in a string to draw geometries on the image. The input is a comma separated format as follows format: <code>[Lon, Lat]</code> </p> <p>Example: <code>line:-122.407653,37.798557,-122.413291,37.802443;color=%23DD0000;width=7;outline-color=#00DD00;outline-width=5yd|point:-122.40572,37.80004;label=Fog Hill Market;size=large;text-color=%23DD0000;color=#EE4B2B</code> </p> <note> <p>Currently it supports the following geometry types: point, line and polygon. It does not support multiPoint , multiLine and multiPolgyon.</p> </note>",
|
290 | 300 | "location":"querystring",
|
291 | 301 | "locationName":"compact-overlay"
|
292 | 302 | },
|
| 303 | + "CropLabels":{ |
| 304 | + "shape":"Boolean", |
| 305 | + "documentation":"<p>It is a flag that takes in true or false. It prevents the labels that are on the edge of the image from being cut or obscured.</p>", |
| 306 | + "location":"querystring", |
| 307 | + "locationName":"crop-labels" |
| 308 | + }, |
293 | 309 | "GeoJsonOverlay":{
|
294 | 310 | "shape":"GeoJsonOverlay",
|
295 | 311 | "documentation":"<p>Takes in a string to draw geometries on the image. The input is a valid GeoJSON collection object. </p> <p>Example: <code>{\"type\":\"FeatureCollection\",\"features\": [{\"type\":\"Feature\",\"geometry\":{\"type\":\"MultiPoint\",\"coordinates\": [[-90.076345,51.504107],[-0.074451,51.506892]]},\"properties\": {\"color\":\"#00DD00\"}}]}</code> </p>",
|
|
308 | 324 | "location":"querystring",
|
309 | 325 | "locationName":"key"
|
310 | 326 | },
|
| 327 | + "LabelSize":{ |
| 328 | + "shape":"LabelSize", |
| 329 | + "documentation":"<p>Overrides the label size auto-calculated by <code>FileName</code>. Takes in one of the values - <code>Small</code> or <code>Large</code>.</p>", |
| 330 | + "location":"querystring", |
| 331 | + "locationName":"label-size" |
| 332 | + }, |
| 333 | + "Language":{ |
| 334 | + "shape":"LanguageTag", |
| 335 | + "documentation":"<p>Specifies the language on the map labels using the BCP 47 language tag, limited to ISO 639-1 two-letter language codes. If the specified language data isn't available for the map image, the labels will default to the regional primary language.</p> <p>Supported codes:</p> <ul> <li> <p> <code>ar</code> </p> </li> <li> <p> <code>as</code> </p> </li> <li> <p> <code>az</code> </p> </li> <li> <p> <code>be</code> </p> </li> <li> <p> <code>bg</code> </p> </li> <li> <p> <code>bn</code> </p> </li> <li> <p> <code>bs</code> </p> </li> <li> <p> <code>ca</code> </p> </li> <li> <p> <code>cs</code> </p> </li> <li> <p> <code>cy</code> </p> </li> <li> <p> <code>da</code> </p> </li> <li> <p> <code>de</code> </p> </li> <li> <p> <code>el</code> </p> </li> <li> <p> <code>en</code> </p> </li> <li> <p> <code>es</code> </p> </li> <li> <p> <code>et</code> </p> </li> <li> <p> <code>eu</code> </p> </li> <li> <p> <code>fi</code> </p> </li> <li> <p> <code>fo</code> </p> </li> <li> <p> <code>fr</code> </p> </li> <li> <p> <code>ga</code> </p> </li> <li> <p> <code>gl</code> </p> </li> <li> <p> <code>gn</code> </p> </li> <li> <p> <code>gu</code> </p> </li> <li> <p> <code>he</code> </p> </li> <li> <p> <code>hi</code> </p> </li> <li> <p> <code>hr</code> </p> </li> <li> <p> <code>hu</code> </p> </li> <li> <p> <code>hy</code> </p> </li> <li> <p> <code>id</code> </p> </li> <li> <p> <code>is</code> </p> </li> <li> <p> <code>it</code> </p> </li> <li> <p> <code>ja</code> </p> </li> <li> <p> <code>ka</code> </p> </li> <li> <p> <code>kk</code> </p> </li> <li> <p> <code>km</code> </p> </li> <li> <p> <code>kn</code> </p> </li> <li> <p> <code>ko</code> </p> </li> <li> <p> <code>ky</code> </p> </li> <li> <p> <code>lt</code> </p> </li> <li> <p> <code>lv</code> </p> </li> <li> <p> <code>mk</code> </p> </li> <li> <p> <code>ml</code> </p> </li> <li> <p> <code>mr</code> </p> </li> <li> <p> <code>ms</code> </p> </li> <li> <p> <code>mt</code> </p> </li> <li> <p> <code>my</code> </p> </li> <li> <p> <code>nl</code> </p> </li> <li> <p> <code>no</code> </p> </li> <li> <p> <code>or</code> </p> </li> <li> <p> <code>pa</code> </p> </li> <li> <p> <code>pl</code> </p> </li> <li> <p> <code>pt</code> </p> </li> <li> <p> <code>ro</code> </p> </li> <li> <p> <code>ru</code> </p> </li> <li> <p> <code>sk</code> </p> </li> <li> <p> <code>sl</code> </p> </li> <li> <p> <code>sq</code> </p> </li> <li> <p> <code>sr</code> </p> </li> <li> <p> <code>sv</code> </p> </li> <li> <p> <code>ta</code> </p> </li> <li> <p> <code>te</code> </p> </li> <li> <p> <code>th</code> </p> </li> <li> <p> <code>tr</code> </p> </li> <li> <p> <code>uk</code> </p> </li> <li> <p> <code>uz</code> </p> </li> <li> <p> <code>vi</code> </p> </li> <li> <p> <code>zh</code> </p> </li> </ul>", |
| 336 | + "location":"querystring", |
| 337 | + "locationName":"lang" |
| 338 | + }, |
311 | 339 | "Padding":{
|
312 | 340 | "shape":"Integer",
|
313 | 341 | "documentation":"<p>Applies additional space (in pixels) around overlay feature to prevent them from being cut or obscured.</p> <note> <p>Value for max and min is determined by:</p> <p>Min: <code>1</code> </p> <p>Max: <code>min(height, width)/4</code> </p> </note> <p>Example: <code>100</code> </p>",
|
314 | 342 | "location":"querystring",
|
315 | 343 | "locationName":"padding"
|
316 | 344 | },
|
| 345 | + "PoliticalView":{ |
| 346 | + "shape":"CountryCode", |
| 347 | + "documentation":"<p>Specifies the political view, using ISO 3166-2 or ISO 3166-3 country code format.</p> <p>The following political views are currently supported:</p> <ul> <li> <p> <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands</p> </li> <li> <p> <code>EGY</code>: Egypt's view on Bir Tawil</p> </li> <li> <p> <code>IND</code>: India's view on Gilgit-Baltistan</p> </li> <li> <p> <code>KEN</code>: Kenya's view on the Ilemi Triangle</p> </li> <li> <p> <code>MAR</code>: Morocco's view on Western Sahara</p> </li> <li> <p> <code>RUS</code>: Russia's view on Crimea</p> </li> <li> <p> <code>SDN</code>: Sudan's view on the Halaib Triangle</p> </li> <li> <p> <code>SRB</code>: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands</p> </li> <li> <p> <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa Headwaters</p> </li> <li> <p> <code>SYR</code>: Syria's view on the Golan Heights</p> </li> <li> <p> <code>TUR</code>: Turkey's view on Cyprus and Northern Cyprus</p> </li> <li> <p> <code>TZA</code>: Tanzania's view on Lake Malawi</p> </li> <li> <p> <code>URY</code>: Uruguay's view on Rincon de Artigas</p> </li> <li> <p> <code>VNM</code>: Vietnam's view on the Paracel Islands and Spratly Islands</p> </li> </ul>", |
| 348 | + "location":"querystring", |
| 349 | + "locationName":"political-view" |
| 350 | + }, |
| 351 | + "PointsOfInterests":{ |
| 352 | + "shape":"MapFeatureMode", |
| 353 | + "documentation":"<p>Determines if the result image will display icons representing points of interest on the map.</p>", |
| 354 | + "location":"querystring", |
| 355 | + "locationName":"pois" |
| 356 | + }, |
317 | 357 | "Radius":{
|
318 | 358 | "shape":"DistanceMeters",
|
319 | 359 | "documentation":"<p>Used with center parameter, it specifies the zoom of the image where you can control it on a granular level. Takes in any value <code>>= 1</code>. </p> <p>Example: <code>1500</code> </p> <note> <p>Cannot be used with <code>Zoom</code>.</p> </note> <p> <b>Unit</b>: <code>Meters</code> </p> <p/>",
|
|
335 | 375 | },
|
336 | 376 | "Style":{
|
337 | 377 | "shape":"StaticMapStyle",
|
338 |
| - "documentation":"<p>Style specifies the desired map style for the <code>Style</code> APIs.</p>", |
| 378 | + "documentation":"<p> <code>Style</code> specifies the desired map style.</p>", |
339 | 379 | "location":"querystring",
|
340 | 380 | "locationName":"style"
|
341 | 381 | },
|
|
428 | 468 | },
|
429 | 469 | "PoliticalView":{
|
430 | 470 | "shape":"CountryCode",
|
431 |
| - "documentation":"<p>Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.</p> <p>The following political views are currently supported:</p> <ul> <li> <p> <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands</p> </li> <li> <p> <code>EGY</code>: Egypt's view on Bir Tawil</p> </li> <li> <p> <code>IND</code>: India's view on Gilgit-Baltistan</p> </li> <li> <p> <code>KEN</code>: Kenya's view on the Ilemi Triangle</p> </li> <li> <p> <code>MAR</code>: Morocco's view on Western Sahara</p> </li> <li> <p> <code>PAK</code>: Pakistan's view on Jammu and Kashmir and the Junagadh Area</p> </li> <li> <p> <code>RUS</code>: Russia's view on Crimea</p> </li> <li> <p> <code>SDN</code>: Sudan's view on the Halaib Triangle</p> </li> <li> <p> <code>SRB</code>: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands</p> </li> <li> <p> <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa Headwaters</p> </li> <li> <p> <code>SYR</code>: Syria's view on the Golan Heights</p> </li> <li> <p> <code>TUR</code>: Turkey's view on Cyprus and Northern Cyprus</p> </li> <li> <p> <code>TZA</code>: Tanzania's view on Lake Malawi</p> </li> <li> <p> <code>URY</code>: Uruguay's view on Rincon de Artigas</p> </li> <li> <p> <code>VNM</code>: Vietnam's view on the Paracel Islands and Spratly Islands</p> </li> </ul>", |
| 471 | + "documentation":"<p>Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.</p> <p>The following political views are currently supported:</p> <ul> <li> <p> <code>ARG</code>: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands</p> </li> <li> <p> <code>EGY</code>: Egypt's view on Bir Tawil</p> </li> <li> <p> <code>IND</code>: India's view on Gilgit-Baltistan</p> </li> <li> <p> <code>KEN</code>: Kenya's view on the Ilemi Triangle</p> </li> <li> <p> <code>MAR</code>: Morocco's view on Western Sahara</p> </li> <li> <p> <code>RUS</code>: Russia's view on Crimea</p> </li> <li> <p> <code>SDN</code>: Sudan's view on the Halaib Triangle</p> </li> <li> <p> <code>SRB</code>: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands</p> </li> <li> <p> <code>SUR</code>: Suriname's view on the Courantyne Headwaters and Lawa Headwaters</p> </li> <li> <p> <code>SYR</code>: Syria's view on the Golan Heights</p> </li> <li> <p> <code>TUR</code>: Turkey's view on Cyprus and Northern Cyprus</p> </li> <li> <p> <code>TZA</code>: Tanzania's view on Lake Malawi</p> </li> <li> <p> <code>URY</code>: Uruguay's view on Rincon de Artigas</p> </li> <li> <p> <code>VNM</code>: Vietnam's view on the Paracel Islands and Spratly Islands</p> </li> </ul>", |
432 | 472 | "location":"querystring",
|
433 | 473 | "locationName":"political-view"
|
434 | 474 | },
|
|
527 | 567 | "members":{
|
528 | 568 | "Blob":{
|
529 | 569 | "shape":"Blob",
|
530 |
| - "documentation":"<p>The blob represents a vector tile in <code>mvt</code> format for the <code>GetTile</code> API.</p>" |
| 570 | + "documentation":"<p>The blob represents a vector tile in <code>mvt</code> or a raster tile in an image format.</p>" |
531 | 571 | },
|
532 | 572 | "ContentType":{
|
533 | 573 | "shape":"String",
|
|
575 | 615 | "fault":true,
|
576 | 616 | "retryable":{"throttling":false}
|
577 | 617 | },
|
| 618 | + "LabelSize":{ |
| 619 | + "type":"string", |
| 620 | + "enum":[ |
| 621 | + "Small", |
| 622 | + "Large" |
| 623 | + ] |
| 624 | + }, |
| 625 | + "LanguageTag":{ |
| 626 | + "type":"string", |
| 627 | + "max":35, |
| 628 | + "min":2 |
| 629 | + }, |
| 630 | + "MapFeatureMode":{ |
| 631 | + "type":"string", |
| 632 | + "enum":[ |
| 633 | + "Enabled", |
| 634 | + "Disabled" |
| 635 | + ] |
| 636 | + }, |
578 | 637 | "MapStyle":{
|
579 | 638 | "type":"string",
|
580 | 639 | "enum":[
|
|
606 | 665 | },
|
607 | 666 | "StaticMapStyle":{
|
608 | 667 | "type":"string",
|
609 |
| - "enum":["Satellite"] |
| 668 | + "enum":[ |
| 669 | + "Satellite", |
| 670 | + "Standard" |
| 671 | + ] |
610 | 672 | },
|
611 | 673 | "String":{"type":"string"},
|
612 | 674 | "ThrottlingException":{
|
|
646 | 708 | },
|
647 | 709 | "Reason":{
|
648 | 710 | "shape":"ValidationExceptionReason",
|
649 |
| - "documentation":"<p>The field where thebb invalid entry was detected.</p>", |
| 711 | + "documentation":"<p>The field where the invalid entry was detected.</p>", |
650 | 712 | "locationName":"reason"
|
651 | 713 | },
|
652 | 714 | "FieldList":{
|
|
0 commit comments