Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Latest commit

 

History

History

qq-map-gl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

腾讯地图声明文件

官方文档地址

点击进入

使用

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

  • 基本属性
  • 附加工具