Getting list of POI from Google Places API

后端 未结 3 1404
滥情空心
滥情空心 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

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

    Replace with your city and API KEY.

提交回复
热议问题