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

Method AddCategory

libs/map/framework.cpp:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583kml::MarkGroupId Framework::AddCategory(string const & categoryName)
584{
585 return GetBookmarkManager().CreateBookmarkCategory(categoryName);
586}
587
588void Framework::FillPointInfoForBookmark(Bookmark const & bmk, place_page::Info & info) const
589{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected