pub fn rhumb_length<L>(line: &L) -> f64where L: Linestring, Rhumb: LengthStrategy<L, Out = f64>,
Sum rhumb-line distances along a linestring.