Get the vertices of a given edge as an array of [lat, lng] points. Note that for edges thatcross the edge of an icosahedron face, this may return 3 coordinates.

h3_get_h3_unidirectional_edge_boundary(edgeIndex,
  formatAsGeoJson = FALSE)

Arguments

edgeIndex

H3Index H3 index of the edge

formatAsGeoJson

Boolean Whether to provide GeoJSON output: [lng, lat]

Value

Array.<Array> - Array of geo coordinate pairs