Struct wifilocation::GpsLocation [] [src]

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

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

Fields

Trait Implementations

impl Debug for GpsLocation
[src]

Formats the value using the given formatter.

impl PartialEq for GpsLocation
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.