@uiw/react-amap-types
Advanced tools
Comparing version 6.0.3 to 6.0.4
{ | ||
"name": "@uiw/react-amap-types", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.", | ||
@@ -5,0 +5,0 @@ "funding": "https://jaywcjlove.github.io/#/sponsor", |
@@ -593,2 +593,36 @@ /// <reference path="./base.d.ts" /> | ||
mask?: Array<number>; | ||
/** | ||
* `VIP 用户` 拿海外地图的图层,需要设置 `overseaDataType` 和 `vectorMapForeign` 两个参数。 | ||
* | ||
* ```json | ||
* overseaDataType: "mapbox", | ||
* vectorMapForeign: "style_zh_cn" | ||
* ``` | ||
* - https://github.com/uiwjs/react-amap/issues/357 | ||
*/ | ||
overseaDataType?: string; | ||
/** | ||
* `VIP 用户` 拿海外地图的图层,需要设置 `overseaDataType` 和 `vectorMapForeign` 两个参数。 | ||
* | ||
* ```json | ||
* overseaDataType: "mapbox", | ||
* vectorMapForeign: "style_zh_cn" | ||
* ``` | ||
* - https://github.com/uiwjs/react-amap/issues/357 | ||
*/ | ||
vectorMapForeign?: string, | ||
/** | ||
* 可下载地图设置 | ||
* | ||
* ```json | ||
* WebGLParams: { | ||
* preserveDrawingBuffer: true, | ||
* } | ||
* ``` | ||
* | ||
* - https://github.com/uiwjs/react-amap/issues/357#issuecomment-2124292404 | ||
*/ | ||
WebGLParams?: { | ||
preserveDrawingBuffer?: boolean, | ||
} | ||
} | ||
@@ -595,0 +629,0 @@ function plugin(ControlType: Array<ControlType>, callBack: () => void): void; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160331
4040