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

example/geohash.dart

// Copyright (c) 2015, <your name>. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

library geohash.example;

import 'package:geohash/geohash.dart';

main() {
  var awesome = new Awesome();
  print('awesome: ${awesome.isAwesome}');
}
13
likes
30
pub points
69%
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