pub fn build_aprs_position_compressed_packet(
source: &Ax25Address,
latitude: f64,
longitude: f64,
symbol_table: char,
symbol_code: char,
comment: &str,
path: &[Ax25Address],
) -> Ax25PacketExpand description
Like build_aprs_position_compressed but returns the unencoded
[Ax25Packet].