pub trait ClampWGS84Point {
// Required method
fn clamp_wgs84(&mut self);
}Expand description
Trait to ensure a WGS84 point is valid
Required Methods§
Sourcefn clamp_wgs84(&mut self)
fn clamp_wgs84(&mut self)
Updates the WGS84 point’s x and y values as needed to be valid WGS84