Please tell me how to convert longitude and latitude into address name on Wechat page.

now there is a requirement that when users enter our mall, they need to get the user"s geographic location and add it to the shipping address.

now obtains the longitude and latitude of the user through wx.getLocation , but how do I convert it to address name

I searched Tencent Map. Baidu Maps and github, found that they both want to render a map. But I don"t need a map. I just need address information. Is there any library that can be used? It is better to have a npm package.


Baidu map has api. You need to apply for key


WeChat Mini Programs can use this: http://lbs.qq.com/qqmap_wx_js.

.
Menu