parse-community / ParseLiveQuery-iOS-OSX

Parse LiveQuery Client for iOS/OS X.
https://parseplatform.org
Other
192 stars 133 forks source link

Properly encode Array of GeoPoints #208

Closed dplewis closed 5 years ago

dplewis commented 5 years ago

Closes https://github.com/parse-community/ParseLiveQuery-iOS-OSX/issues/120

{
  $box: [geoPoint1, geoPoint2]
}

I'm not familiar with swift so any feedback would help.