Two ways to connect WeChat mini program to Tencent Maps

Two ways to connect WeChat mini program to Tencent Maps

I've been writing a WeChat applet recently and encountered some problems. I searched a lot on the Internet, but I didn't find the answer I wanted.

I just dealt with the problem of this map and summarized it here, hoping it can help everyone.

There are actually two ways to access Tencent Maps in WeChat Mini Programs. The first is to call Tencent's own map, and the second is to use the plug-in ma-route

1. Calling Tencent’s own map

The implementation results are as follows:

This is very simple and many people use it.

You only need to call two map APIs.

It’s the two above. Of course, when calling openLocation, you must first call getLocation for authorization

You need to configure the information in app.json as follows:

Write the following method on the page where you need to jump to the map:

Click

Can pop up Baidu Maps, Amap and other third-party software

The above is the first method.

2. The second method

First, find the WeChat applet

Add the plugin in the plugin manager

Directions:

First configure in the app.json file

Secondly, configure the main.json file in its directory

I wrote it based on mpvue, so it is slightly different from the development documentation

First, get the destination address from the page you are redirected to, and then get the current location coordinates through getLocation

The code is as follows:

The following is the second method: the effect picture after success

This concludes this article on two ways to connect WeChat mini-programs to Tencent Maps. For more information on connecting WeChat mini-programs to Tencent Maps, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • WeChat applet Tencent map SDK obtains the current address for analysis
  • Solution to the display deviation problem of Tencent Map in WeChat Mini Program
  • WeChat applet converts Baidu map coordinates into Tencent map coordinates
  • WeChat applet + Tencent map development to achieve path planning and drawing
  • Detailed explanation and implementation steps of using Tencent Map SDK in WeChat Mini Program

<<:  Detailed steps for developing WeChat mini-programs using Typescript

>>:  Application example tutorial of key in Vue page rendering

Recommend

Summary of the use of special operators in MySql

Preface There are 4 types of operators in MySQL, ...

Detailed explanation of MySQL backup and recovery practice of mysqlbackup

1. Introduction to mysqlbackup mysqlbackup is the...

Example of how to generate random numbers and concatenate strings in MySQL

This article uses an example to describe how MySQ...

Detailed explanation of script debugging mechanism in bash

Run the script in debug mode You can run the enti...

Professional and non-professional web design

First of all, the formation of web page style main...

A brief talk about JavaScript Sandbox

Preface: Speaking of sandboxes, our minds may ref...

Nodejs plug-in and usage summary

The operating environment of this tutorial: Windo...

How to authorize remote connections in MySQL in Linux

Note: Other machines (IP) cannot connect to the M...

Solve the problem of Syn Flooding in MySQL database

Syn attack is the most common and most easily exp...

Detailed explanation of Docker Compose deployment and basic usage

1. Docker Compose Overview Compose is a tool for ...

Native JavaScript implementation of progress bar

The specific code for JavaScript to implement the...

Centos7.5 installs mysql5.7.24 binary package deployment

1. Environmental preparation: Operating system: C...

CSS makes tips boxes, bubble boxes, and triangles

Sometimes our pages will need some prompt boxes o...

Front-end JavaScript thoroughly understands function currying

Table of contents 1. What is currying 2. Uses of ...

HTML multi-header table code

1. Multi-header table code Copy code The code is a...