Geojson2H3 class

Provides access to Geojson2H3 functions.

You should not construct the class directly, use geojson2H3 singletone instead.

Constructors

Geojson2H3(H3 h3)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

h3SetToFeatureCollection(List<BigInt> hexagons, {Map? properties(BigInt h3Index)?}) Map<String, dynamic>
Convert a list of hexagons to a GeoJSON FeatureCollection with each hexagon in a separate Polygon feature with optional properties.
h3ToFeature(BigInt h3Index, {Map? properties}) Map
Converts a single H3 hexagon with index h3Index to a Polygon feature
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited