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 would like to know how to modify the code in order to generate 9 digit geohashes. When I set the length = 9, the encode method returns 8 digits. similarly if I set length = 11, encode returns 10.
On the other hand, when the length is set to 10 or 12, the digits returned are exactly 10 or 12 respectively.
Could you please explain why this happens ?
The text was updated successfully, but these errors were encountered:
I would like to know how to modify the code in order to generate 9 digit geohashes. When I set the length = 9, the encode method returns 8 digits. similarly if I set length = 11, encode returns 10.
On the other hand, when the length is set to 10 or 12, the digits returned are exactly 10 or 12 respectively.
Could you please explain why this happens ?
The text was updated successfully, but these errors were encountered: