I have a situation, where i have certain location (y) is in the database (lat and lng) now i want to search a place ( lets say x) and need to search locations nearby (x) by time or distance (like 10min or 10km also (driving or walking)) to (x).
So get all the y's near x (by time or distance).
Is there a clean or simple way to do that. Thanks :)