如何确保某个地点属于 Google 地方信息自动完成功能的一部分

发布于 2025-01-08 12:22:57 字数 186 浏览 3 评论 0原文

我们有一位客户负责在荷兰芬洛市举办的一场名为 Floriade 的活动。这个兴趣点有时会显示在 Floriade 2012 下的自动完成中。我说有时会显示为我们以前看到的那样,然后它消失了,现在又回来了。

1-我如何确定自动完成功能(通过 Google Places API)显示了这个兴趣点? 2- 是什么使得某个点能够出现在自动补全中?

We got a customer looking after an event called Floriade placed in the city of venlo in the Netherlands. This point of interest is sometimes shown on the autocompletion under Floriade 2012. I say sometimes shown as we used to see it, then it disappeared, now it is back again.

1-How can I be sure that the autocompletion (through Google Places API) is showing this point of interest ?
2- What is enabling a point to be in this autocompletion or not ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枯叶蝶 2025-01-15 12:22:57

如果某个地点有 Google 地方信息页,例如 http://maps.google.com .au/maps/place?cid=14788366310032789085 保证由地点自动完成功能返回API。

您可能遇到了 API 中的错误。如果再次出现这种情况,请在问题跟踪器上报告:http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Bug

另一种方式要保证您的应用程序显示地点,请使用 Google Places API 和您的 API 密钥执行“地点报告请求”。这将立即添加一个地点并使其可供您的 API 密钥使用,然后,如果该地点获得 Google 批准,则任何人都可以使用。

干杯

克里斯

If a place has a Google Places page, e.g http://maps.google.com.au/maps/place?cid=14788366310032789085 it is guaranteed to be returned by a Places Autocomplete API.

You may have experienced a bug in the API. If it occurs again please report it on the issue tracker: http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Bug

Another way to guarantee that your application will show a place is to perform a 'Place Report Request' using the Google Places API with your API Key. This will instantly add a place and make it available to your API Key, then if the place is approved by Google if will be available to anyone.

Cheers

Chris

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文