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

Function GetPreferredBookmarkStr

libs/map/bookmark_helpers.cpp:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719std::string GetPreferredBookmarkStr(kml::LocalizableString const & name)
720{
721 return kml::GetPreferredBookmarkStrForKml(name, localisation::GetMapLanguageIndexes());
722}
723
724std::string GetPreferredBookmarkStr(kml::LocalizableString const & name, feature::RegionData const & regionData)
725{

Callers 10

MakeCategoryFunction · 0.85
FillTreeMethod · 0.85
GetCustomNameMethod · 0.85
GetDescriptionMethod · 0.85
GetNameMethod · 0.85
GetNameMethod · 0.85
GetDescriptionMethod · 0.85
GetBookmarkNameMethod · 0.85
SortTrackDataMethod · 0.85
FillBookmarkInfoMethod · 0.85

Calls 4

GetMapLanguageIndexesFunction · 0.85
IsWorldLevelMethod · 0.80
GetLanguagesMethod · 0.45

Tested by

no test coverage detected