Restrict geohashes length #30
-
Is it possible to restrict the number of geohashes returned by |
Beta Was this translation helpful? Give feedback.
Answered by
filipecorrea
Mar 9, 2023
Replies: 1 comment
-
There's no way of specifying the exact number, but you can reduce it by configuring const config = {
precision: 4
}
const geohashes = vicinityhash.convert(geofence, config) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ptneves
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no way of specifying the exact number, but you can reduce it by configuring
precision
: