Hi,
Is it possible to do the following when using FindDocumentsByLocation:
Search with a specific key then => Order By Ascending or Descending then => using a max result limit (10 records)? (NO FILTERING ON CLIENT SIDE)
What I want to do is, Get the lastest 10 records.. AND I don't want to filter the data on client side as there will be too many records.
Also, is it possible to save JSON Document with the GeoServices? As GetPointsWithinCircle has result limit.
The only issue is that I want to save data with GeoPoint, which can only be done with StorageService right now
I am using UNITY3D