问题
I write an Android application and use GeoFirestore.
I can't to get a list with users from Firestore within a range 30 meters.
I think that I wrong to make a structure of data.
Data Structure:
Did I build my data structure correctly?
回答1:
I resolved my problem.
My structure of data is not correct.
The correct structure in the picture below:
geoHash - String
location - Array
In array type of data is Number.
来源:https://stackoverflow.com/questions/56034936/data-structure-in-firestore-using-geofirestore