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: f64left most longitude (WM) or S (S2)
bottom: f64bottom most latitude (WM) or T (S2)
right: f64right most longitude (WM) or T (S2)
top: f64top most latitude (WM) or S (S2)