Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
geometry::PointWithAltitude LatLonWithAltitude::ToPointWithAltitude() const
29
{
30
return geometry::PointWithAltitude(mercator::FromLatLon(m_latlon), m_altitude);
31
}
32
} // namespace routing
Callers
5
GetRouteEdges
Method · 0.80
GetEdges
Method · 0.80
DoCalculateRoute
Method · 0.80
AdjustRoute
Method · 0.80
RedressRoute
Method · 0.80
Calls
2
PointWithAltitude
Class · 0.50
FromLatLon
Function · 0.50
Tested by
no test coverage detected