pub fn rhumb_length_with<L, S>(line: &L, strategy: S) -> S::Outwhere
L: Geometry,
S: LengthStrategy<L>,Expand description
Sum rhumb-line distances using an explicit radius strategy.
pub fn rhumb_length_with<L, S>(line: &L, strategy: S) -> S::Outwhere
L: Geometry,
S: LengthStrategy<L>,Sum rhumb-line distances using an explicit radius strategy.