modernistik / parse-stack

Parse Server Ruby Client SDK
https://www.modernistik.com/gems/parse-stack/
MIT License
61 stars 20 forks source link

Add withinPolygon to Query #31

Closed apersaud closed 7 years ago

apersaud commented 7 years ago

This new API that has been added to Parse-Server is an extension to the withinGeoBox api for Parse queries. It would allow searching inside a polygon set of GeoPoints. MongoDB: https://docs.mongodb.com/manual/reference/operator/query/polygon/#op._S_polygon Pull Request:https://github.com/parse-community/parse-server/pull/3866 PR: https://github.com/parse-community/parse-server/issues/3290