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.
谁能指出一个示例,该示例提取存储在 Firebase 中的 Geofire 位置数据,并且不使用该数据写入 console.log,而是使用该数据填充 Google 地图上的标记。我们按照在线文档进行操作,但甚至无法让红色圆圈出现在 Google 地图上。先感谢您。
GeoFire for JavaScript GitHub repo上有一个完整的示例。标记生成发生在on("key_entered")回调中js/sfVehicles.js。
on("key_entered")
js/sfVehicles.js