Sha256: 7fa21d94dd11caf5d2ef55fcb2e52d9fba06aa9e80962d48b2d01a498330c2d2
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
# Indexing functions ## geoToH3 ``` H3Index geoToH3(const GeoCoord *g, int res); ``` Indexes the location at the specified resolution. Returns 0 on error. ## h3ToGeo ``` void h3ToGeo(H3Index h3, GeoCoord *g); ``` Finds the centroid of the index. ## h3ToGeoBoundary ``` void h3ToGeoBoundary(H3Index h3, GeoBoundary *gp); ``` Finds the boundary of the index.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
h3-3.4.4 | ext/h3/src/docs/api/indexing.md |
h3-3.4.0 | ext/h3/src/docs/api/indexing.md |
h3-3.3.1 | ext/h3/src/docs/api/indexing.md |