码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2019-10-27 13:02:27      阅读:417      评论:0      收藏:0      [点我收藏+]

标签:url   class   ebs   www   请求   guide   ext   hat   mic   

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进行地点搜索

标签:url   class   ebs   www   请求   guide   ext   hat   mic   

原文地址:https://www.cnblogs.com/223zzm/p/11747012.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!