pub fn destination<P: GetXY, Q: NewXY>(
start: &P,
bearing: f64,
distance: f64,
radius: Option<f64>,
) -> QExpand description
Get the destination given a start point, bearing, and distance
Assumes the starting point is in degrees
Assumes the bearing is in degrees
Assumes the distance is in meters
If no radius is provided, defaults to the Earth’s radius