gpt4 book ai didi

ios - 有没有办法通过 Firebase Web 在 Geofire 中手动输入位置?

转载 作者:行者123 更新时间:2023-11-29 00:56:48 27 4
gpt4 key购买 nike

我制作了一个使用用户位置的应用程序,但我需要我的客户通过他们的坐标手动输入位置。我无法执行此操作,因为 GeoFire 使用唯一代码作为位置参数的一部分。

有没有办法在没有这个代码的情况下输入一个位置,或者确定如何手动构造这个代码?

Miami  
g: "dhwfxhhf02" //This is the unique code.
l:
0: 25.77427 //These are the only parameters I would need. And would like to input them directly in Firebase.com
1: -80.19366

谢谢!

最佳答案

这个独特的代码就是所谓的“GeoHash”,它是 GeoFire 运行的原因。

它是在您使用 GeoFire API 时自动生成的,例如:

geoFire.setLocation(CLLocation(latitude: 37.7853889, longitude: -122.4056973), forKey: "firebase-hq")

如果您需要为您的用户提供网络界面,您可以使用GeoFire for JavaScript。在网页中调用 set()。参见 https://github.com/firebase/geofire-js/blob/master/docs/reference.md#geofiresetkeyorlocations-location

关于ios - 有没有办法通过 Firebase Web 在 Geofire 中手动输入位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37550717/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com