Is it going to be deprecated together with the GeoPoint service after October 5th?
If not, is there a change in how it works?
I’ve used this example before:
‘distance( 42.734848, 23.392855, lastLatitude, lastLongitude ) < signalRadius * 1000’
for where clause and it used to work (lastLatitude and lastLongitude are columns with double values and signalRadius is a column with int values). Currently it looks like the same where clause returns everything from the table as if there is no where clause at all. Is this expected?
I am familiar with the new functionality and am currently migrating my app to it. The distance() function is not directly related to the GeoPoint service as it works with coordinates. However, the fact that in the docs it is described in the GeoPoint section only and that it seems to not work anymore raises the two concrete questions above.