@uiw/react-amap-types
Advanced tools
Comparing version 6.0.2 to 6.0.3
{ | ||
"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[]; | ||
} | ||
} | ||
} |
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
159377
4006