Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetCustomName
Method
SetCustomName
libs/map/bookmark.cpp:225–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
}
224
225
void Bookmark::SetCustomName(std::string const & customName)
226
{
227
SetDirty();
228
kml::SetDefaultStr(m_data.m_customName, customName);
229
}
230
231
m2::RectD Bookmark::GetViewport() const
232
{
Callers
3
FillNotMatchedPlaceInfo
Method · 0.45
FillApiMarkInfo
Method · 0.45
FillMyPositionInfo
Method · 0.45
Calls
1
SetDefaultStr
Function · 0.85
Tested by
no test coverage detected