Hi Guys,
We are building geo application with MapView and Couchbase Lite.
And we've built our own Live DataSource for updating points on the map which is based on abilities of LiveQuery, it works pretty impressive.
But, we've found that LiveQuery does not watch changes of boundingBox (and other options).
It only observes database and view changes.
And on the MapView bounding box change (user scrolls map and see other points) we have to restart query (stop, start), and it works.
So, is there any chance in future releases to have a method like observeQueryOptions (which will include observing of query's options) at LiveQuery? It might be also necessary for keys, and full-text search, others.
P.S. having a restart could also be helpful.
P.P.S. recreating query just to make change in boundingBox is not the efficient case
Thanks.