@dcloudio/types
Advanced tools
Comparing version 3.2.4 to 3.2.5
{ | ||
"name": "@dcloudio/types", | ||
"version": "3.2.4", | ||
"version": "3.2.5", | ||
"description": "uni-app types", | ||
@@ -5,0 +5,0 @@ "typings": "index.d.ts", |
@@ -33,3 +33,3 @@ import { AsyncOptions } from './Utils'; | ||
*/ | ||
addCustomLayer(options: MapContextAddCustomLayerOptions): void; | ||
addCustomLayer?: (options: MapContextAddCustomLayerOptions) => void; | ||
/** | ||
@@ -46,3 +46,3 @@ * 创建自定义图片图层,图片会随着地图缩放而缩放 | ||
*/ | ||
fromScreenLocation(options: MapContextFromScreenLocationOptions): void; | ||
fromScreenLocation?: (options: MapContextFromScreenLocationOptions) => void; | ||
/** | ||
@@ -75,7 +75,7 @@ * 初始化点聚合的配置,未调用时采用默认配置 | ||
*/ | ||
setCenterOffset(options: MapContextSetCenterOffsetOptions): void; | ||
setCenterOffset?: (options: MapContextSetCenterOffsetOptions) => void; | ||
/** | ||
* 获取经纬度对应的屏幕坐标,坐标原点为地图左上角。 | ||
*/ | ||
toScreenLocation(options: MapContextToScreenLocationOptions): void; | ||
toScreenLocation?: (options: MapContextToScreenLocationOptions) => void; | ||
/** | ||
@@ -82,0 +82,0 @@ * 更新自定义图片图层。 |
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
1912204