h3_flutter 0.4.1
h3_flutter: ^0.4.1 copied to clipboard
The package provides Dart version of the H3 Core library, a hexagon-based geographic grid system
0.4.1 #
- Fix
h3.getH3UnidirectionalEdgesFromHexagonmethod - now it returns 5 elements for pentagon. - Fix
h3.h3Linemethod - now it throwsH3Exceptioninstead of some internal when input is not valid. - Update README.md.
- Update documentation for methods
h3.h3ToParent,h3.h3ToCenterChild,h3.getH3UnidirectionalEdge,h3.getOriginH3IndexFromUnidirectionalEdge,h3.getDestinationH3IndexFromUnidirectionalEdge,h3.h3Distance. - Add tests for following methods:
h3.h3IndexesAreNeighbors
h3.getH3UnidirectionalEdge
h3.getOriginH3IndexFromUnidirectionalEdge
h3.getDestinationH3IndexFromUnidirectionalEdge
h3.h3UnidirectionalEdgeIsValid
h3.getH3UnidirectionalEdgesFromHexagon
h3.getH3UnidirectionalEdgeBoundary
h3.h3Distance
h3.h3Line
h3.experimentalH3ToLocalIj
h3.experimentalLocalIjToH3
h3.hexArea
h3.edgeLength
h3.cellArea
h3.pointDist
h3.numHexagons
h3.getRes0Indexes
h3.getPentagonIndexes
0.4.0 #
- [BREAKING] Change return types for
h3.h3IsPentagonand h3IsResClassIII methods from [int] to [bool] - Fix broken
h3.h3GetFacesmethod - Add
h3.h3ToParentandh3.h3ToChildrenmethods - Add tests for following methods:
h3.h3IsPentagon
h3.h3IsResClassIII
h3.h3GetFaces
h3.h3GetBaseCell
h3.h3ToParent
h3.h3ToChildren
h3.h3ToCenterChild
0.3.0 #
- [BREAKING] resolution assert was added to
h3.polyfillfunction. CoordIJclass was addedH3Exceptionclass was addedH3Units,H3AreaUnits,H3EdgeLengthUnitsenums were added- Freeing allocated memory added
h3.h3IsValidwas addedh3.h3IsPentagonwas addedh3.h3IsResClassIIIwas addedh3.h3GetBaseCellwas addedh3.h3GetFaceswas addedh3.h3GetResolutionwas addedh3.geoToH3was addedh3.h3ToGeowas addedh3.kRingwas addedh3.hexRingwas addedh3.compactwas addedh3.uncompactwas addedh3.h3IndexesAreNeighborswas addedh3.getH3UnidirectionalEdgewas addedh3.getOriginH3IndexFromUnidirectionalEdgewas addedh3.getDestinationH3IndexFromUnidirectionalEdgewas addedh3.h3UnidirectionalEdgeIsValidwas addedh3.getH3IndexesFromUnidirectionalEdgewas addedh3.getH3UnidirectionalEdgesFromHexagonwas addedh3.getH3UnidirectionalEdgeBoundarywas addedh3.h3Distancewas addedh3.h3Linewas addedh3.experimentalH3ToLocalIjwas addedh3.experimentalLocalIjToH3was addedh3.pointDistwas addedh3.cellAreawas addedh3.exactEdgeLengthwas addedh3.hexAreawas addedh3.edgeLengthwas addedh3.numHexagonswas addedh3.getRes0Indexeswas addedh3.getPentagonIndexeswas added
0.2.1 #
- Fix build errors
0.2.0 #
- macOS system support was added
- Tests were added
- Documentation was added
h3.maxPolyfillSizewas removed