Enum rs_es::units::GeoBox [] [src]

pub enum GeoBox {
    Corners(LocationLocation),
    Vertices(f64f64f64f64),
}

Representing a geographic box

Variants

Trait Implementations

impl Debug for GeoBox
[src]

Formats the value using the given formatter.

impl Default for GeoBox
[src]

Returns the "default value" for a type. Read more

impl Deserialize for GeoBox
[src]

Deserialize this value given this Deserializer.

impl From<(Location, Location)> for GeoBox
[src]

Performs the conversion.

impl From<((f64, f64), (f64, f64))> for GeoBox
[src]

Performs the conversion.

impl From<(f64, f64, f64, f64)> for GeoBox
[src]

Performs the conversion.

impl Serialize for GeoBox
[src]

Serializes this value into this serializer.