Socket
Socket
Sign inDemoInstall

@jonny1994/qqmap-wx-jssdk

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jonny1994/qqmap-wx-jssdk

微信小程序 腾讯地图sdk v1.2


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

qqmap-wx-jssdk

腾讯地图 微信小程序 js SDK v1.2

安装

npm install @jonny1994/qqmap-wx-jssdk --save
# or
yarn add @jonny1994/qqmap-wx-jssdk -S

使用

import QQMapWX from "@jonny1994/qqmap-wx-jssdk";

qqmapsdk = new QQMapWX({
  key: "申请的key",
  useGetFuzzyLocation: true // 使用 `wx.getFuzzyLocation` 替换 `wx.getLocation`
});

其他 API

参考腾讯地图微信小程序 jsSDK 文档

FAQs

Last updated on 25 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc