Getting list of POI from Google Places API

后端 未结 3 1401
滥情空心
滥情空心 2021-02-09 02:10

Can anyone guide how to get list of POI from a particular city for e.g. ahmedabad.

Got the query https://maps.googleapis.com/maps/api/place/nearbysearch/xml?location=23.

3条回答
  •  北荒
    北荒 (楼主)
    2021-02-09 02:30

    You need to pass any one of the supported type to your query against types.

    Restricts the results to Places matching at least one of the specified types. Types should be separated with a pipe symbol (type1|type2|etc). See the list of supported types.

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

提交回复
热议问题