You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a question with the geohasher class in this project. I mainly wanted to ask what is beneficial with converting LatLng coordinates to a geohash and how accurate is it?
thanks
I know this isn't an issue but I didn't know where to post the questions.
The text was updated successfully, but these errors were encountered:
I believe the accuracy is a few meters for the full base 32 geohash.
However, using a geohash to query proximity is tricky since you may be near
a hash boundary. For that reason, it is actually not used in the current
project. We decided to query the most recent position updates from anywhere
in the world instead. It was used in an earlier version.
I had a question with the geohasher class in this project. I mainly wanted
to ask what is beneficial with converting LatLng coordinates to a geohash
and how accurate is it?
thanks
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.
So in order to query locations on app engine, is it possible to just use lat, lng values instead of geohashing and are there any downsides to that approach, if any?
Hi,
I had a question with the geohasher class in this project. I mainly wanted to ask what is beneficial with converting LatLng coordinates to a geohash and how accurate is it?
thanks
I know this isn't an issue but I didn't know where to post the questions.
The text was updated successfully, but these errors were encountered: