TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

GeoFire: Location Queries for Fun and Profit

35 点作者 shiftb超过 11 年前

5 条评论

kav-ya超过 11 年前
(I worked on the GeoFire library) GeoFire converts the latitude-longitude coordinates of a data point to its geohash, and stores the data in Firebase at the geohash. The properties of geohashes and Firebase play nicely together to make it easy to implement localized search and location querying.
评论 #6458024 未加载
systemizer超过 11 年前
Like the idea of using Geohashes to quickly search for "near" objects and then using the client's processing to extract lat/lngs. I've setup postgis before and it was more of a hassle than I wanted it to be. This alleviates some of the pain :)
poof131超过 11 年前
Spent the past month putting together an app with Angular, Firebase, and Geo. All three play together very well and have significantly reduced the dev time. Thinking about how much more work I would still have to do without Firebase and Geo gives me shivers.
raulzito234超过 11 年前
Very good!. It's impressive how much work you take out of the people that want to develop new Applications/Websites/Services! This is really nice!
评论 #6460689 未加载
kombeneah超过 11 年前
I like this, geohashing is a nice way to go. And true, I've played around with PostGIS too and the pain wasn't unnoticeable.