I'm using geocoder for finding the places near user location . but it gives only longitude / latitude (or nearby places if some places are stored before ). The thing i want to get is when a user puts area name say 'statue of liberty' then result should show places near 'statue of liberty' having a specific tag say 'Hotel'
There is a web having the great implementation of it . You can check it Here
I'm not asking for full codes snippets rather i'm looking for useful suggestions that how i can make my application work or i have to change my gem . any help will be appreciated