Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetPreferredBookmarkName
Function
GetPreferredBookmarkName
libs/map/bookmark_helpers.cpp:764–767 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
762
}
763
764
std::string GetPreferredBookmarkName(kml::BookmarkData const & bmData)
765
{
766
return kml::GetPreferredBookmarkNameForKml(bmData);
767
}
768
769
void ExpandRectForPreview(m2::RectD & rect)
770
{
Callers
2
GetBookmarkName
Method · 0.85
SortBookmarkData
Method · 0.85
Calls
1
GetPreferredBookmarkNameForKml
Function · 0.85
Tested by
no test coverage detected