geo_hash_xy 0.2.5 copy "geo_hash_xy: ^0.2.5" to clipboard
geo_hash_xy: ^0.2.5 copied to clipboard

A simple geohashing library for dart forked from DISCONTINUED geohash [https://pub.dev/packages/geohash]

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.

2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A simple geohashing library for dart forked from DISCONTINUED geohash [https://pub.dev/packages/geohash]

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on geo_hash_xy