How to find out the near by restaurants using current location details

前端 未结 2 1577
暗喜
暗喜 2021-01-28 21:26

Thanks in advance. I want to find out the near by restaurant details using current location details like latitude,longitude details. Is there any api for that, could any one

2条回答
  •  走了就别回头了
    2021-01-28 21:59

    Yes this is possible in a variety of ways - you can choose

    Facebook Checkins - https://graph.facebook.com/search?q=restaurant&type=place¢er=lat,long&distance=1000

    Foursquare API - https://developer.foursquare.com/

    Google Places API - Refer their doc before using this - http://code.google.com/apis/maps/documentation/places/

提交回复
热议问题