Last updated:
0 purchases
geohash
geohash #
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);
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.