如何在 android firebase 实时数据库中使用 GeoQuery 方法获取实时位置?
how to get live loccation using GeoQuery method in android firebase realtimeDatabase?
如何使用 GeoQuery 方法从 Firebase 实时数据库获取当前实时位置。 Android 版本 9.0 中的 GeoQuery 正在运行吗?
存储在数据库中的位置不一定与 user/device 的当前位置相关。
要获得后者,您需要查看 Android API 以获取位置,例如 getting the last known location and How do I get the current GPS location programmatically in Android?
上的文档
如何使用 GeoQuery 方法从 Firebase 实时数据库获取当前实时位置。 Android 版本 9.0 中的 GeoQuery 正在运行吗?
存储在数据库中的位置不一定与 user/device 的当前位置相关。
要获得后者,您需要查看 Android API 以获取位置,例如 getting the last known location and How do I get the current GPS location programmatically in Android?
上的文档