Available on crate feature
geo only.Expand description
Conversions from ETSI to geo-types
- Positions are converted to
geo_types::Point - Paths (
PathHistory/Path) and MAPEM lanesNodeSetXYare converted togeo_types::LineString
Take a look at the individual data types in crate::standards to discover available conversion methods and initialization functions.
Note: These conversions are only available with the optional geo feature flag.
And when used in a no_std environment, the libm flags is required for conversions from X/Y delta positions.
Functionsยง
- point_
from_ dxy - Convert ETSI XY deltas to absolute lon/lat position (in degrees)