问题描述
我有一个代码可以使用下面的 geofire 从 firebase 获取用户位置:
Geofire.initialize("usersLocation");
Map<String,dynamic> response = await Geofire.getLocation("3");
print(response)
但我想流式传输此位置,因为该位置随着其他用户的移动而更新。我想连续获取位置。提前致谢。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)