h3ToGeoBoundary abstract method

List<GeoCoord> h3ToGeoBoundary(
  1. BigInt h3Index
)

Gives the cell boundary in lat/lon coordinates for the cell with index h3Index

h3.h3ToGeoBoundary(0x85283473fffffff)
h3.h3ToGeoBoundary(133)

Implementation

List<GeoCoord> h3ToGeoBoundary(BigInt h3Index);