Socket
Socket
Sign inDemoInstall

@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.2 to 6.0.3

2

package.json
{
"name": "@uiw/react-amap-types",
"version": "6.0.2",
"version": "6.0.3",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",

@@ -5,0 +5,0 @@ "funding": "https://jaywcjlove.github.io/#/sponsor",

@@ -82,2 +82,3 @@ // @ts-ignore

toArray?(): string;
distanceTo?(another: LngLat): number;
/**

@@ -87,3 +88,3 @@ * 计算当前经纬度距离另一个经纬度或者经纬度数组组成的路径的距离 [相关示例](https://lbs.amap.com/api/javascript-api/example/calcutation/calculate-distance-between-two-markers/)

*/
distance?(): number;
distance?(another: LngLat): number;
}

@@ -299,2 +300,2 @@ type Vector = number[];

}
}
}
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