Skip to content

BMEC/dart-geo_hash_xy

 
 

Repository files navigation

geo_hash_xy

A library for geohashing. This is used by elasticsearch and others for geo-queries.

This is a direct fork of geohash (https://pub.dev/packages/geohash) with some bug fixes as the project appears abandoned.

Usage

A simple usage example:

import 'package:geohash/geohash.dart';

main() {
  var encoded = Geohash.encode(40,-120);
  var latLng = Geohash.decode(encoded);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Geohashing library for dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.9%
  • Shell 3.1%