Struct astro::coords::GeographPoint  
            
                [−]
            
        [src]
pub struct GeographPoint {
    pub long: f64,
    pub lat: f64,
}Represents a point on the geographical surface of the Earth
Fields
long | Geographical longitude  | 
lat | Geographical latitude  |