web-view 中,使用reverseGeocoder,没响应?

发布于 6 年前作者 na331573 次浏览最后编辑 6 年前来自 ask

qqmapsdk.reverseGeocoder({

 

                 “location”: “22.9649,113.3557”,

                 “success”: function (res) {

                     var result = res.result;

                     alert(“res”);

                     alert(JSON.stringify(result.pois));

 

                 },

                 “fail”: function () {

                     alert(“逆地址解析失败”);

                 },

                 “complete”: function () {

                     alert(“逆地址解析完成”);

                 }

             });

0 回复
暂无回复