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

前端 未结 2 1578
暗喜
暗喜 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&center=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/

    0 讨论(0)
  • 2021-01-28 22:10

    You should look for FourSquare API....I guess that will help you

    0 讨论(0)
提交回复
热议问题