Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-amap-types

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-amap-types - npm Package Compare versions

Comparing version 6.0.3 to 6.0.4

2

package.json
{
"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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc