@aws-sdk/client-location 3.282.0 → 3.286.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +26 -10
- package/package.json +1 -1
|
@@ -1932,20 +1932,35 @@ export interface MapConfiguration {
|
|
|
1932
1932
|
* in the Asia Pacific (Singapore) Region (<code>ap-southeast-1</code>).
|
|
1933
1933
|
* For more information, see <a href="https://docs.aws.amazon.com/location/latest/developerguide/grab.html#grab-coverage-area">GrabMaps countries and area covered</a>.</p>
|
|
1934
1934
|
* </note>
|
|
1935
|
-
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data
|
|
1935
|
+
* <p>Valid <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data map styles</a>:</p>
|
|
1936
1936
|
* <ul>
|
|
1937
1937
|
* <li>
|
|
1938
1938
|
* <p>
|
|
1939
1939
|
* <code>VectorOpenDataStandardLight</code> – The Open Data Standard Light
|
|
1940
|
-
*
|
|
1940
|
+
* map style provides a detailed basemap for the world suitable for
|
|
1941
1941
|
* website and mobile application use. The map includes highways major roads,
|
|
1942
1942
|
* minor roads, railways, water features, cities, parks, landmarks, building
|
|
1943
1943
|
* footprints, and administrative boundaries.</p>
|
|
1944
|
-
*
|
|
1945
|
-
*
|
|
1946
|
-
*
|
|
1947
|
-
*
|
|
1948
|
-
*
|
|
1944
|
+
* </li>
|
|
1945
|
+
* <li>
|
|
1946
|
+
* <p>
|
|
1947
|
+
* <code>VectorOpenDataStandardDark</code> – Open Data Standard Dark is a
|
|
1948
|
+
* dark-themed map style that provides a detailed basemap for the world
|
|
1949
|
+
* suitable for website and mobile application use. The map includes highways
|
|
1950
|
+
* major roads, minor roads, railways, water features, cities, parks,
|
|
1951
|
+
* landmarks, building footprints, and administrative boundaries.</p>
|
|
1952
|
+
* </li>
|
|
1953
|
+
* <li>
|
|
1954
|
+
* <p>
|
|
1955
|
+
* <code>VectorOpenDataVisualizationLight</code> – The Open Data
|
|
1956
|
+
* Visualization Light map style is a light-themed style with muted colors and
|
|
1957
|
+
* fewer features that aids in understanding overlaid data.</p>
|
|
1958
|
+
* </li>
|
|
1959
|
+
* <li>
|
|
1960
|
+
* <p>
|
|
1961
|
+
* <code>VectorOpenDataVisualizationDark</code> – The Open Data
|
|
1962
|
+
* Visualization Dark map style is a dark-themed style with muted colors and
|
|
1963
|
+
* fewer features that aids in understanding overlaid data.</p>
|
|
1949
1964
|
* </li>
|
|
1950
1965
|
* </ul>
|
|
1951
1966
|
*/
|
|
@@ -3398,10 +3413,11 @@ export interface GetMapGlyphsRequest {
|
|
|
3398
3413
|
* </p>
|
|
3399
3414
|
* </li>
|
|
3400
3415
|
* </ul>
|
|
3401
|
-
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data
|
|
3416
|
+
* <p>Valid font stacks for <a href="https://docs.aws.amazon.com/location/latest/developerguide/open-data.html">Open Data</a> styles:</p>
|
|
3402
3417
|
* <ul>
|
|
3403
3418
|
* <li>
|
|
3404
|
-
* <p>VectorOpenDataStandardLight
|
|
3419
|
+
* <p>VectorOpenDataStandardLight, VectorOpenDataStandardDark,
|
|
3420
|
+
* VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark –
|
|
3405
3421
|
* <code>Amazon Ember Regular,Noto Sans Regular</code> |
|
|
3406
3422
|
* <code>Amazon Ember Bold,Noto Sans Bold</code> |
|
|
3407
3423
|
* <code>Amazon Ember Medium,Noto Sans Medium</code> |
|
|
@@ -3412,7 +3428,7 @@ export interface GetMapGlyphsRequest {
|
|
|
3412
3428
|
* </li>
|
|
3413
3429
|
* </ul>
|
|
3414
3430
|
* <note>
|
|
3415
|
-
* <p>The fonts used by
|
|
3431
|
+
* <p>The fonts used by the Open Data map styles are combined fonts
|
|
3416
3432
|
* that use <code>Amazon Ember</code> for most glyphs but <code>Noto Sans</code>
|
|
3417
3433
|
* for glyphs unsupported by <code>Amazon Ember</code>.</p>
|
|
3418
3434
|
* </note>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-location",
|
|
3
3
|
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.286.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|