@uiw/react-baidu-map-types
Advanced tools
Comparing version 2.5.2 to 2.5.3
{ | ||
"name": "@uiw/react-baidu-map-types", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "Baidu Map Components for React.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-baidu-map/#/map-types", |
@@ -121,3 +121,3 @@ /// <reference path="./base.d.ts" /> | ||
*/ | ||
getDistance(start: Point, end: Point): void; | ||
getDistance(start: Point, end: Point): Number; | ||
/** | ||
@@ -124,0 +124,0 @@ * 返回地图类型 |
@@ -247,3 +247,3 @@ /// <reference path="./base.d.ts" /> | ||
class IconSequence { | ||
constructor(symbol: symbol, offset?: string, repeat?: string, fixedRotation?: boolean); | ||
constructor(symbol: Symbol, offset?: string, repeat?: string, fixedRotation?: boolean); | ||
} | ||
@@ -250,0 +250,0 @@ interface PointCollection extends Overlay { |
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
110874