Struct wifilocation::GpsLocation [] [src]

pub struct GpsLocation {
    pub accuracy: String,
    pub location: Location,
}

GPS struct to return longitude and latitude coordinates; and accuracy of information.

Fields

accuracy: String location: Location

Trait Implementations

impl Debug for GpsLocation
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.