/// <summary> /// exact length for a specific unidirectional edge in kilometers*/ /// </summary> public static decimal ExactEdgeLengthKm(H3Index edge) { return(edge.ExactEdgeLengthKm()); }