Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 Android 应用程序并使用GeoFirestore。
我无法从Firestore获得 30 米范围内的用户列表。
我认为我错误地制作数据结构。
数据结构:
我是否正确构建了我的数据结构?
我解决了我的问题。
我的数据结构不正确。
下图中正确的结构:
geoHash -字符串
位置-数组
在数组中,数据类型是Number。