pub type LLE<CoordinateSystem> = Lle<CoordinateSystem>;👎Deprecated
Expand description
Alias for LLE. This struct was renamed to better match Rust style, and this alias will be removed in a future release.
Aliased Type§
pub struct LLE<CoordinateSystem> {
pub latitude: Degrees,
pub longitude: Degrees,
pub elevation: Meters,
/* private fields */
}Fields§
§latitude: DegreesLatitude, in degrees, for some geodetic coordinate system.
longitude: DegreesLongitude, in degrees, for some geodetic coordinate system.
elevation: MetersElevation above the ellipsoid for some geodetic coordinate system. This is not the same as altitude above the surface.