Enum rs_es::units::GeoBox
[−]
[src]
pub enum GeoBox { Corners(Location, Location), Vertices(f64, f64, f64, f64), }
Representing a geographic box
Variants
Corners | |
Vertices |