In the Ruby application which I'm developing, given latitude and longitude of a point, I need to find the nearest road/highway to the point.
Can someone tell me how I can go about this using Google Places API?
I have tried giving a certain radius and finding the roads using the 'types:"route"' parameter but it gives me "Zero results" as the output.
