Skip to content

Returns the grid distance between the the given two H3 indexes.

func.h3_distance(h3, a_h3)
func.h3_distance(599119489002373119, 599119491149856767)
┌──────────────────────────────────────────────────────────┐
│ func.h3_distance(599119489002373119, 599119491149856767) │
├──────────────────────────────────────────────────────────┤
1
└──────────────────────────────────────────────────────────┘
H3_DISTANCE(h3, a_h3)
SELECT H3_DISTANCE(599119489002373119, 599119491149856767);
┌─────────────────────────────────────────────────────┐
│ h3_distance(599119489002373119, 599119491149856767) │
├─────────────────────────────────────────────────────┤
1
└─────────────────────────────────────────────────────┘