We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
miscellaneous methods are not implemented in go v3
double H3_EXPORT(degsToRads)(double degrees); double H3_EXPORT(radsToDegs)(double radians); double H3_EXPORT(pointDistRads)(const GeoCoord *a, const GeoCoord *b); double H3_EXPORT(pointDistKm)(const GeoCoord *a, const GeoCoord *b); double H3_EXPORT(pointDistM)(const GeoCoord *a, const GeoCoord *b); double H3_EXPORT(hexAreaKm2)(int res); double H3_EXPORT(hexAreaM2)(int res); double H3_EXPORT(cellAreaRads2)(H3Index h); double H3_EXPORT(cellAreaKm2)(H3Index h); double H3_EXPORT(cellAreaM2)(H3Index h); double H3_EXPORT(edgeLengthKm)(int res); double H3_EXPORT(edgeLengthM)(int res); double H3_EXPORT(exactEdgeLengthRads)(H3Index edge); double H3_EXPORT(exactEdgeLengthKm)(H3Index edge); double H3_EXPORT(exactEdgeLengthM)(H3Index edge); int64_t H3_EXPORT(numHexagons)(int res); int H3_EXPORT(res0IndexCount)(); void H3_EXPORT(getRes0Indexes)(H3Index *out); int H3_EXPORT(pentagonIndexCount)(); void H3_EXPORT(getPentagonIndexes)(int res, H3Index *out);
The text was updated successfully, but these errors were encountered:
will be fixed by #46
Sorry, something went wrong.
fixed in 3.7.1 (thanks @retbrown!)
No branches or pull requests
miscellaneous methods are not implemented in go v3
The text was updated successfully, but these errors were encountered: