从Google Places API获取POI列表

时间:2012-12-18 15:05:00

标签: google-maps google-play-services google-places-api

任何人都可以指导如何从特定城市获取POI列表,例如巴德。

获得了查询https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=23.006000,72.601100&types=point_of_interest&radius=50000&sensor=false&key=YouAPIKey

“point_of_interest”它已经提到它们提供但不确定如何

https://developers.google.com/places/documentation/supported_types

帮助将不胜感激

3 个答案:

答案 0 :(得分:4)

您需要将任何一种受支持的类型传递给针对类型的查询。

将结果限制为与至少一种指定类型匹配的地方。类型应使用管道符号(type1 | type2 | etc)分隔。请参阅支持的类型列表。

https://developers.google.com/places/documentation/supported_types

答案 1 :(得分:0)

https://maps.googleapis.com/maps/api/place/textsearch/json?query=places+in+'city'&key ='APIKEY'

替换为您的城市和API密钥

答案 2 :(得分:0)

我遇到了相同的问题,我已经尝试过所有有关如何使用Places api作为类型来找到兴趣点的答案:现在允许point_of兴趣点

以下对我有用的查询todo + in + city或国家/地区

https://maps.googleapis.com/maps/api/place/textsearch/json?query=todo+in+India&key=yourkey