如何从 Android/Java 中的 Google Places API 获取有关地点的确切子类别名称? [复制]
Posted
技术标签:
【中文标题】如何从 Android/Java 中的 Google Places API 获取有关地点的确切子类别名称? [复制]【英文标题】:How can I get exact sub category name about a place from Google Places API in Android/Java? [duplicate] 【发布时间】:2020-11-21 14:30:16 【问题描述】:看这个截图: image
如果您仔细查看图片,Fashion stop 类别是男装店,Fabindia - Clothing store 是写的。
我也想要这种类型的类别名称,但是当我集成 API 时,我得到的类别名称为
"types" : [ "point_of_interest", "clothing_store", "store", "establishment" ],
问题是,我没有得到像男装店这样的确切名称...
android 应用中使用的 API:
data = makeCall("https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=" + params[0] + "," + params[1] + "&radius=5000&type=" + params[2] + "&sensor=true&key=" + GOOGLE_PLACES_API_KEY);
【问题讨论】:
这能回答你的问题吗? How to get place description from Google Places API @DennisBauszus 是的,我明白了 @SychiSingh 你找到解决方案了吗? @SolaimanHossain 这个问题是官方的,这里不能破解。 【参考方案1】:目前无法从 Google 的 Place API 获取详细的地点类型/子类别信息。
但是,Google 的问题跟踪器中有一个开放的功能请求,我建议将其加注以提高可见性并订阅未来的通知:
https://issuetracker.google.com/issues/35822953
【讨论】:
你能帮忙吗:***.com/questions/64085441/…以上是关于如何从 Android/Java 中的 Google Places API 获取有关地点的确切子类别名称? [复制]的主要内容,如果未能解决你的问题,请参考以下文章
如何根据recyclerview android java中的数据加载数据