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

Method AddTitle

libs/map/routing_mark.cpp:469–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469void TransitMark::AddTitle(dp::TitleDecl const & titleDecl)
470{
471 SetDirty();
472 m_titles.push_back(titleDecl);
473}
474
475drape_ptr<df::UserPointMark::TitlesInfo> TransitMark::GetTitleDecl() const
476{

Callers 1

CreateTransitMarksMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected