pub struct Wgs84 {}Expand description
Wgs84 (“World Geodetic System 1984”) is a standard published and maintained by the United States National Geospatial-Intelligence Agency. This is the CoordinateSystem used by most systems “by default”, including GPS.
If you have a “Latitude and Longitude” without further information about the coordinate system, it’s not a bad guess to try it out with Wgs84 first.
Trait Implementations§
impl Copy for Wgs84
impl StructuralPartialEq for Wgs84
Auto Trait Implementations§
impl Freeze for Wgs84
impl RefUnwindSafe for Wgs84
impl Send for Wgs84
impl Sync for Wgs84
impl Unpin for Wgs84
impl UnwindSafe for Wgs84
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more