h3_web 0.6.0-dev copy "h3_web: ^0.6.0-dev" to clipboard
h3_web: ^0.6.0-dev copied to clipboard

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

H3 Web #

This package provides implementation of H3 abstraction from package:h3 through bindings to Ubers's h3-js library written on JS.

Bindings are generated using dart_js_facade_gen tool, to regenerate them run npm run generate (Node.js should be installed)

Installation #

This library is built on top of h3-js, you have to import it.
Add next line to your index.html:

    <script defer src="https://unpkg.com/h3-js"></script>

Note, main.dart.js import must go after this line

0
likes
0
pub points
25%
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

License

unknown (LICENSE)

Dependencies

h3_common, js

More

Packages that depend on h3_web