Closed SylarRuby closed 1 year ago
I think what's happening here is that you're passing 4 coordinates when the method expects 2: the southwest followed by the northeast. Your first two coordinates are on a line so it's effectively searching in a rectangle with zero area. Does that make sense? Feel free to re-open the issue if this doesn't resolve it.
Expected behavior
Should see a list of venues
Actual behavior
Empty venue
Steps to reproduce
Environment info
gem "geocoder", "~> 1.8"
What works?
Do I have to loop the
coordinates
instead of passing in thecoordinates
directly?Actual work around: