@uiw/react-amap-types
Advanced tools
+1
-1
| { | ||
| "name": "@uiw/react-amap-types", | ||
| "version": "7.1.9", | ||
| "version": "7.1.10", | ||
| "description": "基于 React 封装的高德地图组件。AMap Component Based On React.", | ||
@@ -5,0 +5,0 @@ "funding": "https://jaywcjlove.github.io/#/sponsor", |
+3
-2
| /// <reference path="./base.d.ts" /> | ||
| /// <reference path="./maplayer.d.ts" /> | ||
| /// <reference path="./overlay.d.ts" /> | ||
@@ -304,3 +305,3 @@ declare namespace AMap { | ||
| */ | ||
| getAllOverlays(type?: string): void; | ||
| getAllOverlays(type?: 'marker' | 'circle' | 'polyline' | 'polygon'): Overlay[]; | ||
| /** | ||
@@ -659,2 +660,2 @@ * 删除地图上所有的覆盖物 | ||
| function convertFrom(lnglat: LngLat | Array<LngLat>, type: 'gps' | 'baidu' | 'mapbar', callBack: (status: string, result: ConvertorResult) => void): void; | ||
| } | ||
| } |
171484
0.05%4161
0.05%