MCPcopy 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
225void Bookmark::SetCustomName(std::string const & customName)
226{
227 SetDirty();
228 kml::SetDefaultStr(m_data.m_customName, customName);
229}
230
231m2::RectD Bookmark::GetViewport() const
232{

Callers 3

FillApiMarkInfoMethod · 0.45
FillMyPositionInfoMethod · 0.45

Calls 1

SetDefaultStrFunction · 0.85

Tested by

no test coverage detected