Android Geocoder 此类广告 google 地图

发布于 2024-11-25 13:04:59 字数 82 浏览 2 评论 0原文

使用 android Geocoder 我可以找到一家商店,例如 Google 地图,或者我只能搜索街道、纪念碑、机场等?我想搜索购物中心的名称...

With android Geocoder I can find a shop such as Google Maps or I can only search street, monuments, airport, etc ?? I want to search shopping center with name...

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

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

发布评论

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

评论(1

过度放纵 2024-12-02 13:04:59

在互联网上搜索地理编码的示例。

但这就是我的建议:

您可以使用 Google Places API,它允许您通过指定您要查找的类型来搜索一定半径内的位置。

http://code.google.com/apis/maps/documentation/places/ #PlaceSearchRequests

您所要做的就是使用 JSON 解析指定 URL 的输出(解析纬度和经度以及建筑物的名称)或XML。并在地图上显示叠加层。

http://code.google.com/apis/maps/documentation/places /supported_types.html

这是您可以搜索的类型列表。

Search on the internet for examples for GeoCoding.

But this is what I suggest:

You can make a use of Google Places API, which allows you to search location within some radius by specifying the type which is what you are looking.

http://code.google.com/apis/maps/documentation/places/#PlaceSearchRequests

All you have to do is to parse the output of the URL as it is specified, using JSON (parse the latitude and longitude and the name of the building) or XML. and show the overlays on the map.

http://code.google.com/apis/maps/documentation/places/supported_types.html

Here is the list of types you can search for.

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