1.1.0 • Published 1 year ago

qqmap-gl-typings v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

腾讯地图声明文件

官方文档地址

点击进入

使用

pnpm i -D qqmap-typings

在 d.ts 文件中引入

/// <reference types="qqmap-typings" />
// 中心点坐标
const center = new TMap.LatLng(latitude, longitude);
// 初始化地图
const map = new TMap.Map(dom ?? 'map', {
  center,
  zoom: 14, // 缩放比例
  viewMode: '2D', // 显示模式
});

// 其他...

TODO

  • 基本属性
  • 附加工具
1.1.0

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago