pub fn along_line<P: GetXY, Q: NewXY>(
coords: &[P],
distance: f64,
radius: Option<f64>,
) -> QExpand description
Given a linestring in degrees and a distance, create a Point along the line
If no radius is provided, defaults to the Earth’s radius