geohash 0.1.1 copy "geohash: ^0.1.1" to clipboard
geohash: ^0.1.1 copied to clipboard

outdatedDart 1 only

A simple geohashing library for dart

geohash #

Build Status Coverage Status

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

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.

13
likes
30
pub points
71%
popularity

Publisher

unverified uploader

A simple geohashing library for dart

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on geohash