ClampWGS84Point

Trait ClampWGS84Point 

Source
pub trait ClampWGS84Point {
    // Required method
    fn clamp_wgs84(&mut self);
}
Expand description

Trait to ensure a WGS84 point is valid

Required Methods§

Source

fn clamp_wgs84(&mut self)

Updates the WGS84 point’s x and y values as needed to be valid WGS84

Implementors§