chrisdhaan / CDYelpFusionKit

An extensive Swift wrapper for the Yelp Fusion API.
MIT License
54 stars 18 forks source link

Radius parameter not working? #1

Closed goob47 closed 7 years ago

goob47 commented 7 years ago

Despite setting a radius of 1609 to find businesses within 1 mile of my location, I'm still receiving businesses that are outside of that radius.

chrisdhaan commented 7 years ago

@goob47 the radius parameter is being passed to the Yelp Fusion API successfully. It is my experience that this parameter is not a hard filter, meaning you may still receive results outside of the radius. I would check out the Yelp Fusion documentation or reach out to the Yelp Developers Portal directly if you need more information around how the parameter works within the API.

goob47 commented 7 years ago

That's what I figured. Thanks! :)