About 400 results
Open links in new tab
  1. google maps - Get restaurants near my location - Stack Overflow

    Aug 15, 2012 · I've tried to find a suitable Google Places API that takes in My Location and returns the nearby restaurants. Currently, I've been able to find only restaurants in a …

  2. How to sort results by distance with google places api using …

    Jul 28, 2012 · I want to get all the restaurants near my location order by distance. I am using textsearch with google places api using this url : https://maps.googleapis.com/maps ...

  3. Google API for Restaurants Places - Stack Overflow

    A better and less expensive choice would be Woosmap Localities Nearby API. Just as rich as Google but about half the price. If you just want restaurants then consider Wyre Data API …

  4. android - How to show near by restaurants to current user …

    Aug 5, 2020 · How to show all the restaurant (highlighted),or any other public place at near by user and also show all the nearby restaurant or public places in a list view.with feature user …

  5. Generate Google map link with nearby restaurants

    Oct 28, 2015 · Is there a way to generate a google map link which takes in lat , long values and shows me the place along with the nearby restaurants. Using the places API i get the required …

  6. Expo-React-native-map: Find nearest restaurants from user's …

    Nov 14, 2020 · I am using React native maps for my app. I have restaurants data with latitude and longitude. I have setup user's current location by using expo location (Current location logic …

  7. How to display nearby places like ATM's, hospitals in Android …

    Get places nearby your location using . Know about also filter data with where you found the place to search, Places service, place autocomplete requests and deprecated types.

  8. How to find out the near by restaurants using current location …

    Jun 9, 2011 · 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 have idea …

  9. The best way of recommending restaurants by location using user ...

    Apr 23, 2022 · If I had a bunch of restaurants with their locations on my database and I had the user input their location, what would be the best way of recommending restaurants closed to …

  10. database - What is the recommended way to store data for search …

    Feb 12, 2021 · 2 Let's say I use Elasticsearch in my application for searching restaurants near me. I get all sorted restaurants id from Elasticsearch. And using these ids, I get all data like …