Trait aprs_encode::ddm::DdmAngle[][src]

pub trait DdmAngle {
    fn get_direction(&self) -> CardinalDirection;
fn get_degree_minutes(&self) -> DegreeMinutes; }
Expand description

Representation of an angle in Degree/Decimal/Minutes

Required methods

Implementors