@uiw/react-amap-types
Advanced tools
Comparing version 7.1.1 to 7.1.2
{ | ||
"name": "@uiw/react-amap-types", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.", | ||
@@ -5,0 +5,0 @@ "funding": "https://jaywcjlove.github.io/#/sponsor", |
@@ -407,3 +407,3 @@ /// <reference path="./base.d.ts" /> | ||
/** 由开发者实现,由API自动调用,xyz分别为切片横向纵向编号和层级,切片大小 256。假设每次创建的贴片为A(支持img或者canvas),当创建或者获取成功时请回调success(A),不需要显示或者失败时请回调fail() */ | ||
createTile?: (x: number, y: number, z: number, success: () => void, fail: () => void) => void; | ||
createTile?: (x: number, y: number, z: number, success: (tile: HTMLImageElement | HTMLCanvasElement) => void, fail: () => void) => void; | ||
/** 支持的缩放级别范围,默认范围 [2-20] */ | ||
@@ -466,2 +466,2 @@ zooms?: [Number, 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
162523
4093