along_line

Function along_line 

Source
pub fn along_line<P: GetXY, Q: NewXY>(
    coords: &[P],
    distance: f64,
    radius: Option<f64>,
) -> Q
Expand 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