Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dcloudio/types

Package Overview
Dependencies
Maintainers
9
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcloudio/types - npm Package Compare versions

Comparing version 3.2.4 to 3.2.5

2

package.json
{
"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 @@ * 更新自定义图片图层。

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc