About 50 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 "particular" city. https://maps.

  2. Google API for Restaurants Places - Stack Overflow

    You can use Google place API , and if you want to display only specific type of places e.g restaurant in your cases you can use request object as shown in the code below var request = { location: pyrmont, …

  3. How to sort results by distance with google places api using textsearch

    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 ...

  4. How do I get google maps to display nearby restaurants?

    I am trying to create a site that uses Google Maps API to search for restaurants near to the users location. I don't want it to load on start up, I will add a button that will initiate the search. ...

  5. How does Google calculate my location on a desktop?

    By testing this on my own i see that it only knows my position, when i'm logged in with my Google account. When I use another browser which is not logged in with my Google account, my location …

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

    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 will work …

  7. 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 them. I …

  8. Getting results of nearby places from User's Location using Google …

    Sep 4, 2015 · This is the first time using google map API and google places API. I am doing a demo application that displays the list hospitals (for example) nearest to the user's location with routes to …

  9. How do I delete a file from a Git repository? - Stack Overflow

    In my case, it was a directory, so the only change I did was using: git rm -r --cached myDirectoryName instead of "git rm --cached file1.txt" ..followed by: git commit -m "deleted myDirectoryName from git" …

  10. How to get 20+ result from Google Places API? - Stack Overflow

    Mar 8, 2012 · I am developing an app in which I am getting the list of ATM's near by the user. For that I am using Google Places API, but every time it returns 20 result only. I want to get more results. In the ...