MCPcopy Create free account
hub / github.com/comaps/comaps / ToPointWithAltitude

Method ToPointWithAltitude

libs/routing/latlon_with_altitude.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28geometry::PointWithAltitude LatLonWithAltitude::ToPointWithAltitude() const
29{
30 return geometry::PointWithAltitude(mercator::FromLatLon(m_latlon), m_altitude);
31}
32} // namespace routing

Callers 5

GetRouteEdgesMethod · 0.80
GetEdgesMethod · 0.80
DoCalculateRouteMethod · 0.80
AdjustRouteMethod · 0.80
RedressRouteMethod · 0.80

Calls 2

PointWithAltitudeClass · 0.50
FromLatLonFunction · 0.50

Tested by

no test coverage detected