UNPKG
@karpojs/vue-tmap
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
基于腾讯地图 JavaScript API GL、TypeScript 封装适用于 Vue3 的高性能地图组件库
didi.github.io/vue-tmap/
didi/vue-tmap
@karpojs/vue-tmap
/
dist
/
utils
/
equal.d.ts
4 lines
(3 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
///
<
reference
types
=
"@map-component/tmap-types"
/>
declare function equalPolygonGeometry
<
T
>
(a: TMap.PolygonGeometry
<
T
>
, b: TMap.PolygonGeometry
<
T
>
): boolean; export { equalPolygonGeometry };