Skip to content

Geohash a lng/lat coordinate using hilbert space filling curves written in dart.

License

Notifications You must be signed in to change notification settings

omchiii/hilbert_geohash_dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hilbert_geohash

Geohash a lng/lat coordinate using hilbert space filling curves written in dart.

Example

HilbertGeoHash().encode(double latitude, double longitude,int precision,4) // returns base16(4 bit) geohash representation. 

What's next?

✅ Release on pub.dev 
☑️ Add support for base 4 and base 64 encoded representations.
✅ Neighbouring ✅ Square propagation.

About

Geohash a lng/lat coordinate using hilbert space filling curves written in dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages