geo_hash_xy

Last updated:

0 purchases

geo_hash_xy Image
geo_hash_xy Images
Add to Cart

Description:

geo hash xy

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);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.