Struct navigation::Location [] [src]

pub struct Location {
    pub lat: f64,
    pub lon: f64,
}

Fields

Methods

impl Location
[src]

impl Location
[src]

experimental cheaper method of calculating bearing

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.

impl ToString for Location
[src]

Converts the given value to a String. Read more