如何在 Google Places 中检索给定纬度经度附近的建筑物多边形

发布于 2025-01-07 17:27:29 字数 89 浏览 0 评论 0 原文

给定纬度和经度,google place api 可用于查询附近的地点。但它似乎只给出了谷歌地图上标记为点的地方。我有兴趣检索在谷歌地图上标记为灰色多边形的建筑物。

Given a latitude and longitude, google places api can be used to query for nearby places. But it seems to give only places marked as dots on the google map. I am interested in retrieving the buildings which are marked as grey polygons on google maps.

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

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

发布评论

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

评论(1

帅冕 2025-01-14 17:27:29

Google Places API 目前不支持此功能。如果您认为这是一个有用的功能,您可以在此处提交“Places API - 功能请求”:http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Feature%20Request

不过,您可以时间使用 Google Maps API 中的矩形或圆形叠加层以及 Places API 提供的纬度和经度的估计建筑物大小。
http://code.google.com/apis/maps/documentation /javascript/overlays.html#BasicShapes

The Google Places API does not currently support this feature. If you believe this would be a useful feature you can submit a 'Places API - Feature Request' here: http://code.google.com/p/gmaps-api-issues/issues/entry?template=Places%20API%20-%20Feature%20Request

You could however in the mean time use a Rectangle or Circle overlay from the Google Maps API with an estimated building size at the Latitude and Longitude provided by the Places API.
http://code.google.com/apis/maps/documentation/javascript/overlays.html#BasicShapes

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