swift - iOS Parse notification with custom radius geopoint from key -


i have huge problem parse ios , geo-query push notifications. want schematically. class "helplocationlistener"

| location | radius | user |

| xxx | 2 | usera |

| xxy | 5 | userb |

| xyy | 2.5 | userc |

when user sends "help" geo-located, other users should notified if "help" within area calculated | location | , | radius | if coordinates of "help" contained in area date xxx radius 2, user usera receive push notification.

absurdly need this: userquery.wherekey ("location", neargeopoint: "help", withinmiles "radius")

i searched hours not find answer, if not possible application not make sense exist. seems impossible possibility has not been provided.

i'm using swift lang.

i ask sincere help! (sorry english)


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -