geohex 3.2.0+4 copy "geohex: ^3.2.0+4" to clipboard
geohex: ^3.2.0+4 copied to clipboard

outdated

Dart implementation of Hexagonal geo-coding system (GeoHex.org) encoding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geohex

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  geohex: ^3.2.0+4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geohex/geohex.dart';
1
likes
0
pub points
42%
popularity

Publisher

verified publisherdart.tools

Dart implementation of Hexagonal geo-coding system (GeoHex.org) encoding.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on geohex