h3_common 0.6.1 copy "h3_common: ^0.6.1" to clipboard
h3_common: ^0.6.1 copied to clipboard

The package provides Dart version of the H3 Core library, a hexagon-based geographic grid system

example/README.md

This library should only be used if you're building some library for H3.

In this case you can use abstract H3 class:

import 'package:h3_common/h3_common.dart';

class SomeH3Implementation implements H3 {
    ...
}

extension SomeH3Extension on H3 {
    ...
}
0
likes
140
pub points
24%
popularity

Publisher

verified publisherfestelo.tk

The package provides Dart version of the H3 Core library, a hexagon-based geographic grid system

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

More

Packages that depend on h3_common