-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query parameter: minimumAroundRadius #23
Comments
Already implemented in the |
Superseded by #25. |
Our entire implementation is in obj-c. We have a need to set minimumAroundRadius, but we are stuck as we are not finding any docs to set this in obj-c. Can you please help guide us how to set this in obj-c. |
Hey @sharad1404, you can still use the arbitrary query parameters available in our Objective-C API client: ASQuery* query = [[ASQuery alloc] init];
[query set:@"minimumAroundRadius" value:@"100000"]; You may need to upgrade to the latest version however :) |
Thanks Sylvain for the quick response. Will try this right away and let you thanks, On Tue, Jun 14, 2016 at 11:29 AM, Sylvain Utard notifications@github.com
|
One follow-up question re: implementation. We tried the arbitrary query parameters and it works fine. |
@sharad1404 Sorry, I am not sure to understand what you mean by "it persists for all future queries". :/ The |
The parameter
minimumAroundRadius
can not be set in the QueryThe text was updated successfully, but these errors were encountered: