pub fn destination_with<P, S>(
origin: &P,
bearing: f64,
distance: f64,
strategy: S,
) -> S::Outputwhere
P: Point,
S: DestinationStrategy<P>,Expand description
Compute the destination using an explicitly supplied direct strategy.