使用腾讯地图WebService API进行地点搜索

Posted 绿谷

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用腾讯地图WebService API进行地点搜索相关的知识,希望对你有一定的参考价值。

https://lbs.qq.com/webservice_v1/guide-suggestion.html

1.  通过jsonp方式使用

$.ajax({
    type: "get",
    url:
        "https://apis.map.qq.com/ws/place/v1/suggestion?keyword=" + that.text +
        "&region=" + that.position + 
"&location=" + (that.lat + "," + that.lng) + "&get_subpois=1&key=你的key&output=jsonp" dataType: "jsonp", success: res => { //返回搜索结果 console.log(res); } });

2.  如果遇到报错"请求来源未被授权, 此次请求来源域名:",不要设置域名白名单

 

以上是关于使用腾讯地图WebService API进行地点搜索的主要内容,如果未能解决你的问题,请参考以下文章

《腾讯地图》位置链接获得方法介绍

腾讯地图的使用

通过电话进行 Google 地图/地点 API 搜索

vue 使用百度地图:搜索定点

腾讯地图怎么做许多标记

web端调用高德地图为啥搜不到地址