-
-
Notifications
You must be signed in to change notification settings - Fork 736
Add withinPolygon to Query #684
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #684 +/- ##
============================================
+ Coverage 53.02% 53.06% +0.03%
- Complexity 1726 1732 +6
============================================
Files 132 132
Lines 10240 10254 +14
Branches 1432 1432
============================================
+ Hits 5430 5441 +11
- Misses 4363 4364 +1
- Partials 447 449 +2
Continue to review full report at Codecov.
|
@flovilmart Do we support this on iOS? Seems like something we would want parity on |
The PR is open on the iOS SDK as well, we're also trying to figure out how to keep track of SDK required changes properly (and even better automatically) |
Why has this pull request not been merged? |
What's the status of this in other repos? @dplewis would it be easy for you to add Local Datastore support? It should be a few lines additions in |
@natario1 @addisonElliott |
@dplewis that would be great! Thanks for the effort. |
@dplewis what do you think about refactoring whereWithinPolygon to accept a |
@natario1 Do you mean something like this?
|
@dplewis no I mean just
Also the |
I will change it to support both. The query builder will still have to use a list of coordinates for now until this PR goes through parse-community/parse-server#4067 |
Great... thanks man! We should add docs for this and #696 some day |
Can you open issues on the docs repo for it?
…On Aug 16, 2017, 13:16 +0200, Mattia Iavarone ***@***.***>, wrote:
Great... thanks man!
We should add docs for this and #696 some day
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
parse-community/parse-server#3866
I haven't used java in a while so any help will be great