gpt4 book ai didi

javascript - placeId 不作为地点详细信息搜索的请求参数

转载 作者:行者123 更新时间:2023-11-29 19:35:15 25 4
gpt4 key购买 nike

我知道他们只是弃用了 id 和 reference,并且我在最初的搜索中获得了有效的 placeIds - 但出于某种原因,当我去搜索这样的详细信息时:

function(place_id){

var request = {
placeId: place_id
}

this.service.getDetails(request, function(data){
//Da callback
});
}

我在询问已弃用字段“reference”时遇到错误:

Uncaught Error: Missing parameter. You must specify reference.

感谢您的帮助!

最佳答案

这取决于使用的 API 版本。

当前发布版本是3.16,你必须使用那里的reference

从 3.17 开始,您可以(并且应该)使用 placeId

关于javascript - placeId 不作为地点详细信息搜索的请求参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25416318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com