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

Function GetNameFromPoint

libs/map/routing_manager.cpp:1203–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201}
1202
1203static std::string GetNameFromPoint(RouteMarkData const & rmd)
1204{
1205 if (rmd.m_subTitle.empty())
1206 return "";
1207 return rmd.m_title;
1208}
1209
1210kml::TrackId RoutingManager::SaveRoute()
1211{

Callers 1

SaveRouteMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected