LonLatBounds

Type Alias LonLatBounds 

Source
pub type LonLatBounds = BBox<f64>;
Expand description

Use bounds as floating point numbers for longitude and latitude

Aliased Type§

pub struct LonLatBounds {
    pub left: f64,
    pub bottom: f64,
    pub right: f64,
    pub top: f64,
}

Fields§

§left: f64

left most longitude (WM) or S (S2)

§bottom: f64

bottom most latitude (WM) or T (S2)

§right: f64

right most longitude (WM) or T (S2)

§top: f64

top most latitude (WM) or S (S2)