anovis / proximity_hash

Proximity Hash generates a set of geohashes that cover a circular area, given the center coordinates and the radius.
https://pub.dev/packages/proximity_hash
Apache License 2.0
5 stars 0 forks source link

Create a list of geohashes for a bounding box #10

Closed Zverik closed 11 months ago

Zverik commented 2 years ago

Given {minLat, minLon, maxLat, maxLon, precision}, I'd like to have a list of geohashes for that.

anovis commented 2 years ago

Sorry I missed this. That makes sense. Will see what I can do

anovis commented 2 years ago

have a pr for it! I am not able to verify 100%, so if you have some test cases I can add and look at that would be great @Zverik .