//! Strategies bound to the Geographic coordinate-system family.
//!
//! Mirrors `boost/geometry/strategies/geographic/`. Hosts the
//! geodesic distance strategies (Andoyer in T43, Vincenty in T44,
//! optional Thomas in T45) together with the
//! `spheroid_calc::SpheroidCalc` helper they share.
pub use ;
pub use GeographicAzimuth;
pub use Andoyer;
pub use Thomas;
pub use Vincenty;
pub use ;