firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 180 forks source link

How to update the query criteria? #41

Closed axmav closed 8 years ago

axmav commented 8 years ago

Hello! I want to update my existing GeoFire query criteria with different center location. I documentation: "To update the query criteria you can use the center and radius properties on the GFQuery object. ". But there is no center and radius properties in GFQuery object (https://geofire-ios.firebaseapp.com/docs/Classes/GFQuery.html) ? How to solve this problem?

jwngr commented 8 years ago

I assume you found them here.

axmav commented 8 years ago

@jwngr yes!