我正在用android开发出租车应用程序。我需要存储检索和更新出租车的位置,并使用geofire在 map 上显示它。我已使用Firebase进行身份验证。
需要android geofire的完整教程,但找不到任何教程
我也看过SFVehicle的例子,但不太了解
任何帮助,将不胜感激!!!
最佳答案
首先,目前还没有关于geofire的完整教程,因此您所能使用的只是Geofire go for Java和js的官方文档。这是一个很小但可能有用的东西-
https://firebase.googleblog.com/2013/09/geofire-location-queries-for-fun-and.html,
https://medium.com/google-cloud/firebase-is-cool-geofire-is-just-awesome-b7f2be5e0f0f#.x78gjws28,
希望这些对您有所帮助。